jj/cli
Yuya Nishihara faa9b8d77f cli: run "op abandon" without loading repo, reject --at-op
If indexing failed due to missing commit objects, the repo won't be loadable
without --ignore-working-copy (at least in colocated environment.) In that
case, we can use "op abandon" to recover, but we had to work around the failed
index loading by --ignore-working-copy. Since "op abandon" isn't a repo-level
command, it's better to bypass working-copy snapshot and import of git refs at
all.

--at-op is rejected because it's useless and we'll need extra care for "@"
expression resolution and working-copy updates.
2024-01-12 08:01:13 +09:00
..
examples
src cli: run "op abandon" without loading repo, reject --at-op 2024-01-12 08:01:13 +09:00
testing
tests cli: run "op abandon" without loading repo, reject --at-op 2024-01-12 08:01:13 +09:00
build.rs
Cargo.toml
LICENSE