From: Ian Jackson Date: Wed, 5 Aug 2020 13:30:11 +0000 (+0100) Subject: prep for argparse-rs X-Git-Tag: otter-0.2.0~1179 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=206800b4e69a04ac3c8e45db7d7d3c3bc8e80a95;p=otter.git prep for argparse-rs --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index a09caf41..dedf5804 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -1,5 +1,5 @@ // - +/* use game::imports::*; use std::cell::Cell; @@ -54,8 +54,10 @@ enum Subcommand { CreateTable { } } - +*/ fn main() { +/* let opts = MainOpts::from_args(); println!("{:?}", &opts); +*/ }