mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Merge branch 'wip/oholy/gio-remove-completion' into 'master'
gio: Add missing "gio remove" option to bash completion script See merge request GNOME/glib!1110
This commit is contained in:
commit
cf25d9a2ec
@ -106,7 +106,7 @@ __gio_location() {
|
|||||||
__gio() {
|
__gio() {
|
||||||
# Complete subcommands
|
# Complete subcommands
|
||||||
if (( ${COMP_CWORD} == 1 )); then
|
if (( ${COMP_CWORD} == 1 )); then
|
||||||
COMPREPLY=($(compgen -W "help version cat copy info list mime mkdir monitor mount move open rename save set trash tree" -- "${COMP_WORDS[1]}"))
|
COMPREPLY=($(compgen -W "help version cat copy info list mime mkdir monitor mount move open rename remove save set trash tree" -- "${COMP_WORDS[1]}"))
|
||||||
compopt +o nospace
|
compopt +o nospace
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user