Skip to content

Commit

Permalink
completely
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriGilbert committed Sep 21, 2023
1 parent 36217bf commit 0b92cdb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions completely.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ _parseArger_completions() {
;;

'completely'*)
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_parseArger_completions_filter "--pos -p --opt -o --flag -f --set -s --source -l --help-message -m --help-option --help-short-option --leftovers-name --version-opt-name --version-short-option --verbose-opt-name --subcommand-directory --subcmd-dir --completely-cmd --cmpcmd --extra-file --yaml-file --completion-file --version-opt --no-version-opt --use-verbose --no-use-verbose --run-completely --no-run-completely --no-run")" -- "$cur" )
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_parseArger_completions_filter "--pos -p --opt -o --flag -f --set -s --source -l --help-message -m --help-option --help-short-option --leftovers-name --version-opt-name --version-short-option --verbose-opt-name --subcommand-directory --subcmd-dir --completely-cmd --cmpcmd --extra-file --yaml-file --completion-file --version-opt --no-version-opt --use-verbose --no-use-verbose --run-completely --no-run-completely --no-run --discover-subcommand --no-discover-subcommand")" -- "$cur" )
;;

'html-form'*)
Expand All @@ -117,7 +117,7 @@ _parseArger_completions() {
;;

'project'*)
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -W "$(_parseArger_completions_filter "--description --project-help --directory --dir -d --subcommand-dir --subcommand-directory --subcommand --completely --document --html-form --cp --readme --no-readme --git --no-git")" -- "$cur" )
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -W "$(_parseArger_completions_filter "--description --project-help --directory --dir -d --subcommand-dir --subcommand-directory --subcommand --completely --document --html-form --cp --installer-git-service --git-provider --installer-git-repo --git-repo --readme --no-readme --git --no-git")" -- "$cur" )
;;

'parse'*)
Expand Down
7 changes: 6 additions & 1 deletion completely.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ parseArger completely:
- --run-completely
- --no-run-completely
- --no-run
- --discover-subcommand
- --no-discover-subcommand



Expand Down Expand Up @@ -194,6 +196,10 @@ parseArger project:
- --document
- --html-form
- --cp
- --installer-git-service
- --git-provider
- --installer-git-repo
- --git-repo
- --readme
- --no-readme
- --git
Expand All @@ -216,4 +222,3 @@ parseArger*--output:
- <file>



0 comments on commit 0b92cdb

Please sign in to comment.