summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Sosa <sosa@chromium.org>2012-10-05 17:07:42 -0700
committerGerrit <chrome-bot@google.com>2012-10-10 12:16:01 -0700
commit90c785086cf33ef6e5c1f17485b21eabeb1c244a (patch)
tree0d4815dc59d081aa465e6de102695c278235c878 /bin
parent5eb76118e87938676954ef81bb4a5bdca025d3b6 (diff)
downloadchromite-90c785086cf33ef6e5c1f17485b21eabeb1c244a.tar.gz
First commit of cros tool.
This commits the basis of the cros tool with unittests. Ability to find subcmds taken from previous chromite shell work. cros is the base tool for cros-ui-v2. It finds cros_<tool_name> tools from cros.commands. Currently, only the functionality for finding and calling sub-tools has been implemented. BUG=None TEST=Unittests + ran tool with example tool + pylint Change-Id: Ifeb1a8f7ea508cea8a2479f54f9bdd1bd52a3030 Reviewed-on: https://gerrit.chromium.org/gerrit/34837 Commit-Ready: Chris Sosa <sosa@chromium.org> Reviewed-by: Chris Sosa <sosa@chromium.org> Tested-by: Chris Sosa <sosa@chromium.org>
Diffstat (limited to 'bin')
l---------bin/cros1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cros b/bin/cros
new file mode 120000
index 000000000..72196ceea
--- /dev/null
+++ b/bin/cros
@@ -0,0 +1 @@
+../scripts/wrapper.py \ No newline at end of file