update readme for nor argument parser

This commit is contained in:
steven-omaha
2023-02-18 19:01:26 +01:00
parent 7c434a1f84
commit f1ff50b3f9
+12 -10
View File
@@ -113,17 +113,19 @@ Usage on different machines:
## Commands ## Commands
| Subcommand | description | | Subcommand | Description |
|-----------------------------------|-----------------------------------------------------------------------| |-----------------------------------|-----------------------------------------------------------------------|
| `import <group> [<group>...]` | import one or more groups, which creates managed packages | | `group import [<group>...]` | import one or more groups, which creates managed packages |
| `remove <group>` | remove a previously imported group | | `group remove [<group>...]` | remove a previously imported group |
| `new [-e] <group> [<group>...]` | create new groups, use `-e` to edit them immediately after creation | | `group new [-e] [<group>...]` | create new groups, use `-e` to edit them immediately after creation |
| `show <group> [<group>...] | show contents of a group | | `group show [<group>...]` | show contents of a group |
| `sync` | install managed packages | | `group list` | list names of all groups |
| `unmanaged` | show all unmanaged packages | | `package sync` | install managed packages |
| `clean` | remove all unmanaged packages | | `package unmanaged` | show all unmanaged packages |
| `review` | for each unmanaged package interactively decide what to do | | `package clean` | remove all unmanaged packages |
| `search <regex>` | search for managed packages that match the search string | | `package review` | for each unmanaged package interactively decide what to do |
| `package search <regex>` | search for managed packages that match the search string |
| `version` | show version information |
## Configuration ## Configuration