standard_knowledge_cli 0.1.0

Programmatically augmenting CF Standards with operational knowledge.
1
2
3
4
5
6
7
8
9
10
11
bin.name = "standard_knowledge"
args = ["get"]
status.code = 2
stderr = '''
error: the following required arguments were not provided:
  <NAME>

Usage: standard_knowledge get <NAME>

For more information, try '--help'.
'''