Skip to content

Commit a39846a

Browse files
committed
feat: #195 set -vv description in cli and docs
1 parent 865f4b6 commit a39846a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cli-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|--trust-uri|false||N/A|Deactivate all controls on the URI you provide Datamaintain||
1010
|--mongo-tmp-path|/tmp/datamaintain.tmp||TEXT|mongo tmp file path||
1111
|--verbose, -v|false||N/A|verbose||
12-
|-vv|false||N/A|trace is more verbose than verbose||
12+
|-vv|false||N/A|verbose with more details||
1313
|--config|No default value||N/A|Print the configuration without executing the subcommand||
1414
|-h, --help|No default value||N/A|Display command help and exit||
1515
# Subcommands

modules/cli/src/main/kotlin/datamaintain/cli/app/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class App : CliktCommand() {
7676
).flag()
7777

7878
private val trace: Boolean? by detailedOption("-vv",
79-
help = "trace is more verbose than verbose",
79+
help = "verbose with more details",
8080
defaultValue = CliSpecificKey.VERBOSE.default
8181
).flag()
8282

0 commit comments

Comments
 (0)