cli dollcode encoder and decoder

remove rest of ascii stuff

0xda157 ffba51d3 8224ae17

+1 -4
+1 -4
src/main.rs
··· 11 11 .subcommand( 12 12 Command::new("decode").arg(arg!([dollcode] "Dollcode to decode").required(true)), 13 13 ) 14 - .arg( 15 - arg!(hex: -x --hex "Operate in hex mode"), // .conflicts_with("ascii") 16 - ) 17 - // .arg(arg!(ascii: -a --ascii "operate in ascii mode").conflicts_with("hex")) 14 + .arg(arg!(hex: -x --hex "Operate in hex mode")) 18 15 .get_matches(); 19 16 20 17 if let Some(ematches) = matches.subcommand_matches("encode") {