mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-22 23:37:14 +08:00
14 lines
233 B
Fish
14 lines
233 B
Fish
function ta.cli.help
|
|
echo "
|
|
USAGE
|
|
ta [<task #tag #tag...>]
|
|
[-u --undo]
|
|
[-s --search <key[+key...]>]
|
|
[-r --regex]
|
|
[-n --number <number>]
|
|
[-h --help]
|
|
[--clear]
|
|
[--version]
|
|
"
|
|
end
|