qgis_deployment_toolbelt.commands.cmd_rules_context module¶
Sub-command to export local rules context.
Author: Julien M. (https://github.com/guts)
- qgis_deployment_toolbelt.commands.cmd_rules_context.parser_rules_context_export(subparser: ArgumentParser) ArgumentParser ¶
Set the argument parser for subcommand.
- Parameters:
subparser (argparse.ArgumentParser) – parser to set up
- Returns:
parser ready to use
- Return type:
- qgis_deployment_toolbelt.commands.cmd_rules_context.run(args: Namespace)¶
Run the sub command logic.
Open result of a previous command.
- Parameters:
args (argparse.Namespace) – arguments passed to the subcommand