Files
card-cli/justfile

16 lines
198 B
Makefile

_:
@just --list
# run --help
help:
cargo r -- --help
# run pgp-card-list
pgp-list:
cargo r -- pgp-card-list
# run example: rsa_encrypt
example-rsa-encrypt:
cargo r --example rsa_encrypt