`cargo` interprets `cabal help <cmd>` as `cabal-cmd --help`, this makes external commands integrate nicely into the existing `help` interface. (cf https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands)