Setting up for verbose mode.
This commit is contained in:
parent
d7b8febf01
commit
b8e76b8e97
@ -20,6 +20,8 @@ public class MMMCalc {
|
|||||||
" MMMCalc [options] [variables]\n\n" +
|
" MMMCalc [options] [variables]\n\n" +
|
||||||
"Options:\n" +
|
"Options:\n" +
|
||||||
" -h -- Show this help information.\n");
|
" -h -- Show this help information.\n");
|
||||||
|
} else if(args[0].equals("-v") || args[0].equals("-V")) {
|
||||||
|
// Stuff here.
|
||||||
} else {
|
} else {
|
||||||
float sNum = 0;
|
float sNum = 0;
|
||||||
numArray = new float[args.length];
|
numArray = new float[args.length];
|
||||||
|
Loading…
Reference in New Issue
Block a user