Skip to content

Commit

Permalink
Merge pull request #1915 from jqnatividad/bashly-enum-uuid
Browse files Browse the repository at this point in the history
contrib(bashly): add `--uuid4` & `--uuid4` for `qsv enum`
  • Loading branch information
jqnatividad authored Jun 24, 2024
2 parents 3aa19d1 + 95564be commit bc0b53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/bashly/completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ _qsv_completions() {
;;

*'enum'*)
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--constant --copy --delimiter --hash --help --increment --new-column --no-headers --output --start --uuid -h")" -- "$cur" )
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--constant --copy --delimiter --hash --help --increment --new-column --no-headers --output --start --uuid4 --uuid7 -h")" -- "$cur" )
;;

*'cat'*)
Expand Down
3 changes: 2 additions & 1 deletion contrib/bashly/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ commands:
arg: value
- long: --copy
arg: column
- long: --uuid
- long: --uuid4
- long: --uuid7
- long: --hash
arg: columns
- *output
Expand Down

0 comments on commit bc0b53c

Please sign in to comment.