mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-04 13:25:05 +08:00
fix(tasko): help function
This commit is contained in:
@@ -7,7 +7,7 @@ function _tasko_print_help() {
|
||||
function tasko () {
|
||||
if [[ $# -ne 2 ]]; then
|
||||
echo 'Error: Too many/few arguments, expecting two.' >&2
|
||||
tasko_print_help
|
||||
_tasko_print_help
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user