We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a37bf5 commit 0653886Copy full SHA for 0653886
1 file changed
completion/fish/task.fish
@@ -54,7 +54,7 @@ function __task_get_tasks --description "Prints all available tasks with their d
54
end
55
56
# Grab names and descriptions (if any) of the tasks
57
- set -l output (echo $rawOutput | sed -e '1d; s/\* \(.*\):\s\{2,\}\(.*\)\s\{2,\}(\(aliases.*\))/\1\t\2\t\3/' -e 's/\* \(.*\):\s\{2,\}\(.*\)/\1\t\2/'| string split0)
+ set -l output (echo $rawOutput | sed -e '1d; s/\* \(.*\):[[:space:]]\{2,\}\(.*\)[[:space:]]\{2,\}(\(aliases.*\))/\1\t\2\t\3/' -e 's/\* \(.*\):[[:space:]]\{2,\}\(.*\)/\1\t\2/'| string split0)
58
if test $output
59
echo $output
60
0 commit comments