diff --git a/goto.bash b/goto.bash index a1d42d3..ddcb416 100644 --- a/goto.bash +++ b/goto.bash @@ -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