This is a CLI client for passport written in rust. The passport cli client comes with a justfile for easier running, building and installing.
To install just on your system, check out it's repo or just simply run:
cargo install justFor a list of the possible things you can run:
just -lIf you have no intentions of expanding upon the cli client and just simply wish to use it, you can run:
just install
# or use the shorthand
just i