Skip to content

Commit

Permalink
feat(lib): add options config "minimal" for enabled only --help options
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Nov 18, 2023
1 parent b537c53 commit a5ab8ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libs/options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,8 @@ __kcs_options_conf_use_default() {
'-V|--full-version; FULL_VERSION show full version'
)
}
__kcs_options_conf_use_minimal() {
__KCS_OPTIONS_DEFAULT_LIST=(
'-h|--help; HELP show help message'
)
}

0 comments on commit a5ab8ec

Please sign in to comment.