From 83c8f49651f873cf4c11e1bde12bc51d94d34300 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Aug 2021 18:05:12 +0100 Subject: [PATCH 1/1] nailing-argo: sort the command table This will make it easier to maintain and compare with the docs. Signed-off-by: Ian Jackson --- nailing-cargo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nailing-cargo b/nailing-cargo index 9724783..c9ee071 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -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 )], ); -- 2.30.2