Commit c1b2f402 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: add ls -a support

parent 70da951d
......@@ -96,8 +96,8 @@ fi
if [ "$1" = "ls" ] ; then
shift
if [ "$1" = "--all" ] ; then
ssh $GEARHOST task ls "$@"
if [ "$1" = "--all" ] || [ "$1" = "-a" ] ; then
docmd ssh $GEARHOST task ls --all
exit
fi
# TODO: with arg(s) — subtask
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment