tangled
alpha
login
or
join now
da157.id
/
porcelain
0
fork
atom
cli dollcode encoder and decoder
0
fork
atom
overview
issues
pulls
pipelines
remove rest of ascii stuff
0xda157
3 months ago
ffba51d3
8224ae17
+1
-4
1 changed file
expand all
collapse all
unified
split
src
main.rs
+1
-4
src/main.rs
···
11
11
.subcommand(
12
12
Command::new("decode").arg(arg!([dollcode] "Dollcode to decode").required(true)),
13
13
)
14
14
-
.arg(
15
15
-
arg!(hex: -x --hex "Operate in hex mode"), // .conflicts_with("ascii")
16
16
-
)
17
17
-
// .arg(arg!(ascii: -a --ascii "operate in ascii mode").conflicts_with("hex"))
14
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") {