mirror of
https://github.com/go-task/task.git
synced 2025-03-03 14:52:13 +02:00
Fix typo and re-organize the folder structure for task completion
This commit is contained in:
parent
393712ead2
commit
fbd13614a5
@ -3,7 +3,7 @@ _task_completion()
|
|||||||
local scripts;
|
local scripts;
|
||||||
local curr_arg;
|
local curr_arg;
|
||||||
|
|
||||||
# Remove colon from work breaks
|
# Remove colon from word breaks
|
||||||
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
||||||
|
|
||||||
scripts=$(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }');
|
scripts=$(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }');
|
Loading…
x
Reference in New Issue
Block a user