augur package

The top-level augur command which dispatches to subcommands.

augur.add_default_command(parser)

Sets the default command to run when none is provided.

augur.add_version_alias(parser)

Add –version as a (hidden) alias for the version command.

It’s not uncommon to blindly run a command with –version as the sole argument, so its useful to make that Just Work.

augur.command_name(command)

Returns a short name for a command module.

augur.make_parser()
augur.run(argv)

Subpackages

Submodules