oracle / railcar

RailCar: Rust implementation of the Open Containers Initiative oci-runtime
Other
1.12k stars 101 forks source link

Clap #14

Closed cholcombe973 closed 7 years ago

cholcombe973 commented 7 years ago

This makes use of the clap library which should make it a lot easier to validate the options. Unfortunately this seems to have grown the amount of lines a little bit. I was hoping it would reduce them but rustfmt expanded a lot of the lines.