mirror of
https://github.com/restic/restic.git
synced 2025-10-09 15:30:24 +00:00
Update manpages and auto-completion
This commit is contained in:
@@ -18,7 +18,8 @@ function __restic_perform_completion
|
||||
__restic_debug "args: $args"
|
||||
__restic_debug "last arg: $lastArg"
|
||||
|
||||
set -l requestComp "$args[1] __complete $args[2..-1] $lastArg"
|
||||
# Disable ActiveHelp which is not supported for fish shell
|
||||
set -l requestComp "RESTIC_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg"
|
||||
|
||||
__restic_debug "Calling $requestComp"
|
||||
set -l results (eval $requestComp 2> /dev/null)
|
||||
|
Reference in New Issue
Block a user