mirror of
https://github.com/michael-yuji/xc.git
synced 2026-03-24 17:55:26 +01:00
f3529c418bc96ef9581e8b2b1403fe8af3277424
Clap is panicking with "Argument names must be unique" when the subcommand "run" is called. The reason is that it shares the argument "publish" with CreateArgs and it's being flattened. Move it to its own struct and reuse it in "create" and "run". Note that it seems to be happening in other places as well but this commit only fixes the "run" command.
xc
See the work in progress documentation here
Description
Languages
Rust
100%