From: Ian Jackson Date: Tue, 17 Aug 2021 17:05:12 +0000 (+0100) Subject: nailing-argo: sort the command table X-Git-Tag: nailing-cargo/1.0.0~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=83c8f49651f873cf4c11e1bde12bc51d94d34300;hp=b3f50653a32ee3d398d141280cdc9d7f93402ed0;p=nailing-cargo.git nailing-argo: sort the command table This will make it easier to maintain and compare with the docs. Signed-off-by: Ian Jackson --- 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 )], );