geotribu_cli.subcommands.open_result module

geotribu_cli.subcommands.open_result.open_content(content_uri, application='shell')

Open content in the selected application.

Paramètres:
  • content_uri (str) – URI to the content

  • application (str) – application to open content with. Defaults to « shell ».

geotribu_cli.subcommands.open_result.parser_open_result(subparser)

Set the argument parser for subcommand.

Paramètres:

subparser (argparse.ArgumentParser) – parser to set up

Renvoie:

parser ready to use

Type renvoyé:

argparse.ArgumentParser

geotribu_cli.subcommands.open_result.run(args)

Run the sub command logic.

Open result of a previous command.

Paramètres:

args (argparse.Namespace) – arguments passed to the subcommand