radicle-cli
radicle-cli copied to clipboard
untrack: remove '--all' option
Reduce redundancy as 'rad untrack --all' is synonymous with 'rad rm'.
Related to issue #189
Needs a rebase since the rm
changes have been merged.
@erak @cloudhead the code was re-implemented due to the amount of recent changes.
There is an additional change to report an error instead of failing. There is a bug in the current code base which triggers this and is not trivial to remove.
@erak rebased and addressed the last comment in https://github.com/radicle-dev/radicle-cli/pull/222/commits/f0bc255d342109612ab497c795dc43237af61797.
The failure to remove a subset of remotes may be different for each one, and it should not happen often. Reporting them per line should be ok.