mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 20:17:43 +00:00
Merge pull request #7514 from keymanapp/fix/common/7512-help-formatting-builder
fix(common): ignore deps when formatting help
This commit is contained in:
commit
4d430d67c9
1 changed files with 4 additions and 2 deletions
|
|
@ -512,9 +512,11 @@ builder_describe() {
|
|||
local dependency="${value:1}"
|
||||
dependency="`_builder_expand_relative_path "$dependency"`"
|
||||
_builder_deps+=($dependency)
|
||||
# echo "$description"
|
||||
_builder_dep_related_actions[$dependency]="`_builder_expand_action_targets "$description"`"
|
||||
# echo "${_builder_dep_related_actions[$dependency]}"
|
||||
|
||||
# We don't want to add deps to params, so shift+continue
|
||||
shift
|
||||
continue
|
||||
elif [[ $value =~ ^-- ]]; then
|
||||
# Parameter is an option
|
||||
# Look for a shorthand version of the option
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue