Check if any identities exist before removal
Dependencies
- [2]
4KJ45IJLImplement new identity management
Change contents
- edit in pijul/src/commands/identity.rs at line 405
if Complete::load_all()?.is_empty() {writeln!(stderr, "No identities to remove!")?;return Ok(());}