oh-my-fish/plugins/ta/cli/ta.cli.help.fish

14 lines
233 B
Fish
Raw Normal View History

2015-02-22 00:14:45 +08:00
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