mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 17:27:58 +08:00
Update __schtasks_list_tasks function
This commit is contained in:
parent
1cd0726913
commit
7bf82bfd32
@ -1,5 +1,5 @@
|
||||
function __schtasks_list_tasks --description 'Helper function to list tasks'
|
||||
schtasks | awk '/^=/ { show = 1; next } show { print $1 }'
|
||||
schtasks /query /fo csv /nh | awk -F ',' '{ print $1 }'
|
||||
end
|
||||
|
||||
function __schtasks_change_generate_args --argument-names previous_token
|
||||
|
Loading…
x
Reference in New Issue
Block a user