From 53478909b672767ca84f732a3f57f8e326442222 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Mon, 15 May 2023 13:37:24 +0200 Subject: [PATCH] docs(README): subcommands alphabetical order --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b7397b..db4a7bb 100644 --- a/README.md +++ b/README.md @@ -116,16 +116,16 @@ Usage on different machines: | Subcommand | Description | |-----------------------------------|-----------------------------------------------------------------------| | `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 [--noconfirm]` | install managed packages | -| `package unmanaged` | show all unmanaged packages | +| `group new [-e] [...]` | create new groups, use `-e` to edit them immediately after creation | +| `group remove [...]` | remove a previously imported group | +| `group show [...]` | show contents of a group | | `package clean [--noconfirm]` | 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 | +| `package sync [--noconfirm]` | install managed packages | +| `package unmanaged` | show all unmanaged packages | +| `version` | show version information, supported backends | ### Aliases