We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4bf37 commit faf3885Copy full SHA for faf3885
1 file changed
cloudify_cli/cli/cfy.py
@@ -46,7 +46,7 @@
46
47
CLICK_CONTEXT_SETTINGS = dict(
48
help_option_names=['-h', '--help'],
49
- token_normalize_func=lambda param: param.lower())
+)
50
51
AGENT_FILTER_NODE_IDS = 'node_ids'
52
AGENT_FILTER_NODE_INSTANCE_IDS = 'node_instance_ids'
0 commit comments