Danilo Egea Gondolfo f3529c418b xc-bin: move argument "publish" to its own struct
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.
2023-09-20 11:04:29 +01:00
2023-09-14 21:01:26 -04:00
2023-07-31 02:07:35 -04:00
2023-07-31 02:07:35 -04:00
2023-07-14 14:41:56 -04:00
2023-09-14 12:01:27 -04:00
2023-09-14 21:00:36 -04:00
2023-09-02 01:44:59 -04:00
2023-07-02 12:06:55 -04:00

xc

See the work in progress documentation here

Description
Languages
Rust 100%