mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add both the short and long versions of the --sort-versions flag to the banned commands
Related to #755
This commit is contained in:
parent
55f43e3546
commit
dd20022830
@ -14,8 +14,9 @@ banned_commands=(
|
||||
column
|
||||
# does not work on alpine and should be grep -i either way
|
||||
"grep.* -y"
|
||||
# sort -V isn't supported everywhere
|
||||
# sort --sort-version isn't supported everywhere
|
||||
"sort.*-V"
|
||||
"sort.*--sort-versions"
|
||||
# echo isn't consistent across operating systems, and sometimes output can
|
||||
# be confused with echo flags. printf does everything echo does and more.
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user