cli-kneeboard

Usage

``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 Runningtarget/debug/kneeboard -h` cli-kneeboard 0.1.0 Alexis Lowe agl314@chimbosonic.com Checklist Tool

USAGE: kneeboard [OPTIONS] --checklist-path

OPTIONS: -c, --checklist-path Path to the checklist -h, --help Print help information -s, --save Save progress of the checklist -v, --verbose Turn debugging information on -V, --version Print version information ```


N.B: Compile binaries and build pipeline T.B.C.

For now if you want a compile binary you can run: bash cargo build --release And get the binary from ./target/release/kneeboard