chiark / gitweb /
Initial command-line parser.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 11:39:11 +0000 (11:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 13:05:07 +0000 (13:05 +0000)
commitf5680d46900f9f0a93506d1a15edd29ff94d5708
treebbbb53a10bfa46fa0f4b04e0e8cc9c6d1b19fc3a
parent7e3b6a63126cf76c95c94c8961cc89ba12fb4e2b
Initial command-line parser.

Allows '-c some_directory' to specify a non-default config dir.
Cargo.toml
src/config.rs
src/main.rs