set "password" for cli
This commit is contained in:
parent
d2df46eaa6
commit
106b97e105
@ -7,7 +7,7 @@ package com.bib.essensbestellungsverwaltung;
|
||||
*/
|
||||
public class SuperMain {
|
||||
public static void main(String[] args) {
|
||||
if(args.length > 0){
|
||||
if(args.length > 0 && args[0].equals("Here be dragons")){
|
||||
ConsoleMain.main(args);
|
||||
}else {
|
||||
StartViewApplication.main(args);
|
||||
|
Loading…
Reference in New Issue
Block a user