Skip to content

Commit 25eccf6

Browse files
committed
Added to README
1 parent 3e14033 commit 25eccf6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ public class ArgsMain {
1717
System.out.printf("logging is %s, port:%d, directory:%s\n",logging, port, directory);
1818
}
1919
}
20+
21+
Schema:
22+
- char - Boolean arg.
23+
- char* - String arg.
24+
- char# - Integer arg.
25+
- char## - double arg.
26+
- char[*] - one element of a string array.
27+
28+
Example schema: (f,s*,n#,a##,p[*])
29+
Coresponding command line: "-f -s Bob -n 1 -a 3.2 -p e1 -p e2 -p e3
30+

0 commit comments

Comments
 (0)