chiark / gitweb /
nailing-argo: sort the command table
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Aug 2021 17:05:12 +0000 (18:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 Aug 2021 17:05:12 +0000 (18:05 +0100)
This will make it easier to maintain and compare with the docs.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nailing-cargo

index 9724783b2f8460d85caae8a66e5e3f602be5e7db..c9ee071e3f578305207da6ba4440408434ff54cf 100755 (executable)
@@ -108,14 +108,14 @@ our $linkfarm_depth;
 #
 our %subcmd_props = (
 # build (default)  =>[qw(                                                )],
-'generate-lockfile'=>[qw( lock-update !target          !target-dir       )],
- update            =>[qw( lock-update !target online                     )],
  fetch             =>[qw(                     online   !target-dir       )],
  fmt               =>[qw( !locked     !target !offline !target-dir edits )],
+'generate-lockfile'=>[qw( lock-update !target          !target-dir       )],
  init              =>[qw(                                        creates )],
  metadata          =>[qw(                              !target-dir       )],
  miri              =>[qw( !locked             !offline  linkfarm-shallow )],
  publish           =>[qw(                     !offline  linkfarm-gitclean )],
+ update            =>[qw( lock-update !target online                     )],
  upgrades          =>[qw( !locked                      !target-dir       )],
                    );