standard_knowledge_cli 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin.name = "standard_knowledge"
args = ["qc", "--help"]
stdout = """
QARTOD test suites

Usage: standard_knowledge qc <COMMAND>

Commands:
  list    List all QARTOD test suites
  get     Get info about a specific QARTOD test suite
  config  Generate a configuration for a specific QARTOD test suite
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help
"""