Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Option parsing and version | Rory Dudley | 2024-07-03 | 1 | -0/+16 |
Add some basic logic for parsing commandline arguments. Also, use build.rs to embed the program version (and git commit) during the compile step. The program currently accepts the '--version' commandline argument to print the version, then quit. |