mirror of
https://github.com/iridakos/goto.git
synced 2025-05-16 23:40:16 -07:00
Add missing completion for the cleanup command.
This commit is contained in:
parent
58c3ea9271
commit
b654c6933a
@ -195,7 +195,7 @@ function _goto_resolve_alias()
|
||||
# Completes the goto function with the available commands
|
||||
function _complete_goto_commands()
|
||||
{
|
||||
COMPREPLY=($(compgen -W "-r --register -u --unregister -l --list" -- "$1"))
|
||||
COMPREPLY=($(compgen -W "-r --register -u --unregister -l --list -c --cleanup" -- "$1"))
|
||||
}
|
||||
|
||||
# Completes the goto function with the available aliases
|
||||
|
Loading…
x
Reference in New Issue
Block a user