Commit 3f01a11e authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: try pass --help

parent 0a56f199
......@@ -86,6 +86,12 @@ if [ "$1" = "get" ] ; then
fi
fi
eval lastarg=\${$#}
if [ "$lastarg" = "--help" ] ; then
docmd ssh $GEARHOST "$@"
exit
fi
if [ "$1" = "find" ] ; then
shift
#showcmd "$GEARHOST>" find-packages "$@"
......
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