Update __schtasks_list_tasks function

This commit is contained in:
EmilySeville7cfg 2021-11-26 21:09:31 +10:00 committed by ridiculousfish
parent 1cd0726913
commit 7bf82bfd32

View File

@ -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