set "password" for cli
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user