|
Option C Tools
|
Go to the source code of this file.
Namespaces | |
| namespace | test_command_flags_introspection |
Functions | |
| list[str] | test_command_flags_introspection._click_option_names (click.Command cmd) |
| list[tuple[str, click.Command]] | test_command_flags_introspection._walk_commands (click.Group group, str prefix="") |
| str | test_command_flags_introspection._rendered_for (str qname) |
| test_command_flags_introspection.test_every_click_option_appears_in_command_flags () | |
| test_command_flags_introspection.test_every_group_subcommand_appears_in_group_flags () | |
| test_command_flags_introspection.test_command_flags_entries_only_reference_known_commands () | |
Variables | |
| dict | test_command_flags_introspection._ARGPARSE_ROUTED = {"lint", "format", "typecheck"} |
| dict | test_command_flags_introspection._ROLLED_INTO_PARENT |