cargo run
to run the app``bash
$ cargo run -- -h
Compiling cli-kneeboard v0.1.0 (/home/chimbosonic/repos/github.com/cli-kneeboard)
Finished dev [unoptimized + debuginfo] target(s) in 3.28s
Running
target/debug/kneeboard -h`
cli-kneeboard 0.1.0
Alexis Lowe agl314@chimbosonic.com
Checklist Tool
USAGE:
kneeboard [OPTIONS] --checklist-path
OPTIONS:
-c, --checklist-path
For now if you want a compile binary you can run:
bash
cargo build --release
And get the binary from ./target/release/kneeboard