mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
status
This commit is contained in:
parent
9aead0ae3e
commit
64ec528677
|
|
@ -39,6 +39,9 @@ _ros()
|
||||||
COMPREPLY=( $(compgen -A file -o filenames -- ${cur}) ) ;;
|
COMPREPLY=( $(compgen -A file -o filenames -- ${cur}) ) ;;
|
||||||
install|config|help|use|list|dump|delete)
|
install|config|help|use|list|dump|delete)
|
||||||
# espects these commands output completion candidates to the stdout
|
# espects these commands output completion candidates to the stdout
|
||||||
|
# quality:
|
||||||
|
# WORKS WELL: install (impl names)
|
||||||
|
# NOT: config, help, use, list, dump, delete
|
||||||
COMPREPLY=( $(compgen -W "$(ros $prev 2> /dev/null)" -- ${cur}) ) ;;
|
COMPREPLY=( $(compgen -W "$(ros $prev 2> /dev/null)" -- ${cur}) ) ;;
|
||||||
*)
|
*)
|
||||||
if [[ $cur == [+-]* ]]
|
if [[ $cur == [+-]* ]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue