radicle-cli icon indicating copy to clipboard operation
radicle-cli copied to clipboard

untrack: remove '--all' option

Open slack-coder opened this issue 2 years ago • 3 comments

Reduce redundancy as 'rad untrack --all' is synonymous with 'rad rm'.

Related to issue #189

slack-coder avatar Aug 19 '22 15:08 slack-coder

Needs a rebase since the rm changes have been merged.

cloudhead avatar Sep 09 '22 09:09 cloudhead

@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.

slack-coder avatar Sep 13 '22 16:09 slack-coder

@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.

slack-coder avatar Oct 18 '22 19:10 slack-coder