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" +
|
||||
"Options:\n" +
|
||||
" -h -- Show this help information.\n");
|
||||
} else if(args[0].equals("-v") || args[0].equals("-V")) {
|
||||
// Stuff here.
|
||||
} else {
|
||||
float sNum = 0;
|
||||
numArray = new float[args.length];
|
||||
|
Loading…
Reference in New Issue
Block a user