CLI for the foxhole production calculator.
The suggested installation method is using Cargo. If you do not have cargo installed follow the instructions for your OS at rustup.rs.
After you have cargo installed run the following command:
cargo install foxhole-prodcution-calculator-cli
Below is the help output for the currently supported commands: ``` blake@homeserver:~$ foxhole-production-calculator-cli --help foxhole-production-calculator-cli 0.1.0 API to calculate buildings and resources needed for building production facilities.
USAGE:
foxhole-production-calculator-cli
ARGS:
OPTIONS: -h, --help Print help information -V, --version Print version information ```