taucmdr.cli.commands.help module

help subcommand.

class taucmdr.cli.commands.help.HelpCommand(module_name, format_fields=None, summary_fmt=None, help_page_fmt=None, group=None)[source]

Bases: taucmdr.cli.command.AbstractCommand

help subcommand.

static exit_with_fullhelp()[source]

Show a recursive help page for all commands and exit.

static exit_with_help(name)[source]

Show a subcommands help page and exit.

main(argv)[source]
taucmdr.cli.commands.help._fuzzy_index(dct, full_key)[source]

Return d[key] where ((key in k) == true) or return d[None].

taucmdr.cli.commands.help._guess_filetype(filename)[source]

Return a (filetype, encoding) tuple for a file.