aboutsummaryrefslogtreecommitdiff
path: root/rivertile/args.zig
AgeCommit message (Collapse)AuthorFilesLines
2021-07-24river: use common CLI arg parsing codeIsaac Freund1-126/+0
This makes river's main() function quite a bit cleaner.
2021-04-27rivertile: support command line argumentsIsaac Freund1-0/+126
Add support for command line arguments to set default values for the various options of rivertile, bringing us back to rough feature parity with before the commit removing the river-options protocol.