File tree Expand file tree Collapse file tree
modules/cli/src/main/kotlin/datamaintain/cli/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments