From: Silvio Rhatto Date: Sat, 25 Mar 2017 01:40:49 +0000 (-0300) Subject: CLI Parsing: fetch, merge and default behavior X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7225740df2a79170ea5059a02fce1e34705e3de8;p=metadot.git CLI Parsing: fetch, merge and default behavior --- diff --git a/metadot b/metadot index 1e52913..da4d895 100755 --- 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