Commit 73621779 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: add ls --all support

parent 841bc804
...@@ -20,6 +20,7 @@ fi ...@@ -20,6 +20,7 @@ fi
# TODO: acl # TODO: acl
epm assure girar-show girar-utils
if [ "$1" = "get" ] ; then if [ "$1" = "get" ] ; then
if [ "$1 $2" = "get subtask" ] ; then if [ "$1 $2" = "get subtask" ] ; then
...@@ -55,6 +56,10 @@ fi ...@@ -55,6 +56,10 @@ fi
if [ "$1" = "ls" ] ; then if [ "$1" = "ls" ] ; then
shift shift
if [ "$1" = "--all" ] ; then
ssh $GEARHOST task ls "$@"
exit
fi
# TODO: with arg(s) — subtask # TODO: with arg(s) — subtask
# TODO: add support ls -a (with subtasks) # TODO: add support ls -a (with subtasks)
showcmd "$GEARHOST>" girar-show "$@" showcmd "$GEARHOST>" girar-show "$@"
......
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