]> gitweb.fluxo.info Git - metadot.git/commitdiff
CLI Parsing: fetch, merge and default behavior
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Mar 2017 01:40:49 +0000 (22:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Mar 2017 01:40:49 +0000 (22:40 -0300)
metadot

diff --git a/metadot b/metadot
index 1e52913754af9c69713ea0b428fc19f620e11f39..da4d8952c502bd30ef3468fcc3421de80c8550ff 100755 (executable)
--- a/metadot
+++ b/metadot
@@ -344,4 +344,10 @@ elif [ "$OPT" == "deps-bundle" ]; then
   metadot_deps_bundle $*
 elif [ "$OPT" == "installed" ]; then
   metadot_installed
+elif [ "$OPT" == "fetch" ]; then
+  metadot_fetch
+elif [ "$OPT" == "merge" ]; then
+  metadot_merge
+else
+  metadot_usage
 fi