main
¶
| FUNCTION | DESCRIPTION |
|---|---|
main |
Tool to help manage using Nava PBC's platform work. |
main
¶
main(ctx: Context, verbose: int = 0, quiet: bool = False) -> None
Tool to help manage using Nava PBC's platform work.
Source code in nava/platform/cli/main.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | |