aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/main/resources/default_input_parameters.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/main/resources/default_input_parameters.yaml')
-rw-r--r--framework/src/main/resources/default_input_parameters.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/framework/src/main/resources/default_input_parameters.yaml b/framework/src/main/resources/default_input_parameters.yaml
deleted file mode 100644
index a8d35eee..00000000
--- a/framework/src/main/resources/default_input_parameters.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-open_cli_schema_version: 1.0
-parameters:
- - name: help
- type: string
- description: print help message
- short_option: h
- long_option: help
- default_value: false
- - name: version
- type: string
- description: print service version
- short_option: v
- long_option: version
- default_value: false
- - name: debug
- type: bool
- description: Enable debug output
- short_option: d
- long_option: debug
- default_value: false
- - name: format
- type: string
- description: Output formats, supported formats such as table, csv, json, yaml
- short_option: f
- long_option: format
- default_value: table
- - name: long
- type: bool
- description: whether to print all attributes or only short attributes
- short_option: s
- long_option: long
- default_value: false
- - name: no-title
- type: bool
- description: whether to print title or not
- short_option: t
- long_option: no-title
- default_value: false \ No newline at end of file