From f1ff50b3f902f730e101969c4512bf832e7d86e4 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Sat, 18 Feb 2023 19:00:25 +0100 Subject: [PATCH] update readme for nor argument parser --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 816ce33..7e32c36 100644 --- a/README.md +++ b/README.md @@ -113,17 +113,19 @@ Usage on different machines: ## Commands -| Subcommand | description | +| Subcommand | Description | |-----------------------------------|-----------------------------------------------------------------------| -| `import [...]` | import one or more groups, which creates managed packages | -| `remove ` | remove a previously imported group | -| `new [-e] [...]` | create new groups, use `-e` to edit them immediately after creation | -| `show [...] | show contents of a group | -| `sync` | install managed packages | -| `unmanaged` | show all unmanaged packages | -| `clean` | remove all unmanaged packages | -| `review` | for each unmanaged package interactively decide what to do | -| `search ` | search for managed packages that match the search string | +| `group import [...]` | import one or more groups, which creates managed packages | +| `group remove [...]` | remove a previously imported group | +| `group new [-e] [...]` | create new groups, use `-e` to edit them immediately after creation | +| `group show [...]` | show contents of a group | +| `group list` | list names of all groups | +| `package sync` | install managed packages | +| `package unmanaged` | show all unmanaged packages | +| `package clean` | remove all unmanaged packages | +| `package review` | for each unmanaged package interactively decide what to do | +| `package search ` | search for managed packages that match the search string | +| `version` | show version information | ## Configuration