summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-29 20:51:04 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-05-11 13:07:46 +0000
commit812492ddd2f8c172676bfff72a756271f7472b4e (patch)
treef8f9cc7243ae985e497e0bd438d6b60a34eb0b4b /without-test-modules
parentd22a4a27b77e229207d43d8040f2168ae30e64f5 (diff)
downloadmorph-812492ddd2f8c172676bfff72a756271f7472b4e.tar.gz
morphlib: Add utility module for parsing argv into lists of systems
The `morph anchor`, `morph build-morphology` and a potential `morph diff` command would all benefit from having a unified way to parse the argv for the systems it must operate on, especially in the case of the potential `morph diff`, which needs to be able to handle being given two sets of systems. `morph anchor` may make use of it now by passing the list of systems to the Source resolver, but `morph build-morphology` would have to iterate over the systems and graph each independently. Change-Id: I91ab4764ffca3aa16f144f89f68f37cc21b9f643
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index fb8bca10..1ad9503c 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -24,6 +24,7 @@ morphlib/plugins/expand_repo_plugin.py
morphlib/plugins/deploy_plugin.py
morphlib/plugins/__init__.py
morphlib/writeexts.py
+morphlib/cmdline_parse_utils.py
morphlib/plugins/list_artifacts_plugin.py
morphlib/plugins/trovectl_plugin.py
morphlib/plugins/get_chunk_details_plugin.py