chiark / gitweb /
Provide subcmd mode `creates` and specify it for `cargo init`
[nailing-cargo.git] / nailing-cargo
index af32be0406cc38e67bb58f3b4a4bcecd7ea15ce6..220222abcf04c5abbf71c72d544e7f37a6d17525 100755 (executable)
@@ -111,6 +111,7 @@ our %subcmd_props = (
  update            =>[qw( lock-update !target online                     )],
  fetch             =>[qw(                     online   !target-dir       )],
  fmt               =>[qw( !locked     !target !offline !target-dir edits )],
+ init              =>[qw(                                        creates )],
  miri              =>[qw( !locked             !offline  linkfarm-shallow )],
  publish           =>[qw(                     !offline  linkfarm-gitclean )],
  upgrades          =>[qw( !locked                      !target-dir       )],