| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-25 | clippy: Follow most recommendations | Joel Klinghed | |
| It also tried to replace while let Some(arg) = args.next() { with: for arg in args.by_ref() { but that doesn't work on trait objects. | |||
| 2024-04-24 | Detect arg parser to use | Joel Klinghed | |
| Switch Parser trait to an object safe trait so guess_parser can return an boxed instance. | |||
| 2024-04-24 | Format with rustfmt | Joel Klinghed | |
| 2024-04-24 | args: Argument parser | Joel Klinghed | |
| Still getting used to rust | |||
| 2024-04-17 | Initial commit | Joel Klinghed | |
