radicle-heartwood-lfs/radicle-cli
Slack Coder 94be0ca392
cli: Make issue args more declarative
Avoid delegating argument parsing to issue::run().  Define the forms a
peer can take when given as an argument using an enum.  It is then used
to replace OperationName::Default, which is no longer needed, as the
commands default operation is now fully defined by the enum 'Operation'.

Signed-off-by: Slack Coder <slackcoder@server.ky>
2022-12-26 15:53:06 +01:00
..
examples cli: list your assigned issues via 'rad issue' 2022-12-26 15:52:14 +01:00
src cli: Make issue args more declarative 2022-12-26 15:53:06 +01:00
tests cli: assign and unassign issues 2022-12-26 15:38:39 +01:00
Cargo.toml cli: Replace `trycmd` with our own test runner 2022-12-06 10:01:38 +01:00