If running pijul id rm without any identities, the generic identity creation would offer to create an identity before promptly removing it
pijul id rm
5WERCJKLLWCWYBVGR7BP4XUPU4EAIN3U73GWVNPNDMEKYTKLBPAAC
4KJ45IJLTIE35KQZUSFMFS67RNENG4P2FZMKMULJLGGYMKJUVRSQC
if Complete::load_all()?.is_empty() { writeln!(stderr, "No identities to remove!")?; return Ok(()); }
if Complete::load_all()?.is_empty() {
writeln!(stderr, "No identities to remove!")?;
return Ok(());
}