AQIT 0.1.0
Loading...
Searching...
No Matches
aqit.cli Namespace Reference

Functions

None _print_help ()
None dispatch (list[str] argv)
bool is_aqit_verb (str cmd)
None main ()

Variables

 AQIT_VERBS

Function Documentation

◆ _print_help()

None _print_help ( )
protected

Definition at line 67 of file cli.py.

Referenced by dispatch().

◆ dispatch()

None dispatch ( list[str] argv)
Run one AQIT command (argv includes the verb).

Definition at line 91 of file cli.py.

References _print_help().

Referenced by main().

◆ is_aqit_verb()

bool is_aqit_verb ( str cmd)

Definition at line 222 of file cli.py.

◆ main()

None main ( )

Definition at line 230 of file cli.py.

References dispatch().

Variable Documentation

◆ AQIT_VERBS

aqit.cli.AQIT_VERBS

Definition at line 15 of file cli.py.