From 3e26868c01c2310f16d29416eba5b787e29045ee Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 12 Apr 2018 18:51:03 -0700 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1066de..3893af8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ # unbundle unbundle parses bundle and pundle definition files to recursively resolve -a complete list of all packages in a bundle. The usage for unbundle is +a complete list of all packages in a bundle. -unbundle bundle-name path/to/clr-bundles/repo +``` +usage: unbundle [-h] bundle_name bundle_path + +Process bundle packages following includes + +positional arguments: + bundle_name name of bundle to process + bundle_path path to clr-bundles directory + +optional arguments: + -h, --help show this help message and exit +``` unbundle prints a sorted list of all included packages.