mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
completions/fish: Rename debug-level
This was renamed to just "--debug", but missed in the completions. See #5910 [ci skip]
This commit is contained in:
@@ -6,7 +6,7 @@ complete -c fish -s n -l no-execute -d "Only parse input, do not execute"
|
||||
complete -c fish -s i -l interactive -d "Run in interactive mode"
|
||||
complete -c fish -s l -l login -d "Run as a login shell"
|
||||
complete -c fish -s p -l profile -d "Output profiling information to specified file" -r
|
||||
complete -c fish -s d -l debug-level -d "Specify verbosity level" -x -a "0\t'Warnings silenced'
|
||||
complete -c fish -s d -l debug -d "Specify verbosity level" -x -a "0\t'Warnings silenced'
|
||||
1\t'Default'
|
||||
2\t'Basic debug output'
|
||||
3\t'More debug output'
|
||||
|
||||
Reference in New Issue
Block a user