radicle-heartwood-lfs/radicle-cli
Vincenzo Palazzo c7d5ffe51b
cli: fix ambiguity between mutually exclusive args
There are some cases where it is just safe to skip the `--x` flag
because it is already set to true by default, and other cases where we
need to use an option value.

Also, I may miss some team code conventions regarding the PartialEq and
Eq macros to enable the quality on the `Comment` type!

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2022-12-01 10:18:58 +01:00
..
examples Implement some CLI tests using `trycmd` 2022-11-22 10:44:30 +01:00
src cli: fix ambiguity between mutually exclusive args 2022-12-01 10:18:58 +01:00
Cargo.toml cli: Use the build.rs at root 2022-11-23 19:48:15 +01:00