From 206800b4e69a04ac3c8e45db7d7d3c3bc8e80a95 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Aug 2020 14:30:11 +0100 Subject: [PATCH] prep for argparse-rs --- src/bin/otter.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); +*/ } -- 2.30.2