radicle-heartwood-lfs/radicle-cli
Fintan Halpenny c49412a73f
cli: allow rad rm to untrack without running node
Previously, `rad rm` would require the node to be running to untrack
the repository.

This is no longer necessary since the tracking db is exposed via the
`radicle` crate. Instead, use the db directly to untrack the RID
during `rad rm`, as long as the node is not already running.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-05-08 10:49:18 +02:00
..
examples cli: allow rad rm to untrack without running node 2023-05-08 10:49:18 +02:00
src cli: allow rad rm to untrack without running node 2023-05-08 10:49:18 +02:00
tests node: Get the failing fetch tests passing 2023-05-03 16:16:34 +02:00
Cargo.toml cli: Make `patch checkout` fetch missing objects 2023-03-18 12:24:17 +01:00