Adds CLI for manually gauging off
This commit is contained in:
@@ -37,6 +37,11 @@ class CLScanner implements Runnable {
|
||||
poc.thisWell.printTotals();
|
||||
}
|
||||
|
||||
private void gaugeOff() {
|
||||
poc.thisWell.gaugeOff();
|
||||
poc.thisWell.printTotals();
|
||||
}
|
||||
|
||||
private void help(){
|
||||
System.out.println("");
|
||||
System.out.println("== HELP MENU ==");
|
||||
@@ -77,6 +82,9 @@ class CLScanner implements Runnable {
|
||||
case "showtapers":
|
||||
showTapers();
|
||||
break;
|
||||
case "gaugeoff":
|
||||
gaugeOff();
|
||||
break;
|
||||
case "help":
|
||||
help();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user