mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
if not command -sq open
|
||||
function open --description "Open file in default application"
|
||||
set -l options 'h/help'
|
||||
set -l options h/help
|
||||
argparse -n open $options -- $argv
|
||||
or return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user