]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
parameter handling:
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Jan 2020 09:50:04 +0000 (10:50 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Jan 2020 09:56:31 +0000 (10:56 +0100)
commitd54e9e5a31e4adc207bfdd229c6fb71c80c9d986
tree5b4fec09428a9f99051028143737adcff98c7d82
parent31d748b33536741315d006cfe4d93f7f7e711e47
parameter handling:

the getopts crate is wrong, it uses String for free
arguments. We want a Path argument, which is not utf8.

clap is too big for our use case

so we're doing this manually

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/macros.rs
src/main.rs