Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

org.apache.commons.cli.MissingArgumentException: Missing argument for option: hall
	at org.apache.commons.cli.DefaultParser.checkRequiredArgs(DefaultParser.java:211)
	at org.apache.commons.cli.DefaultParser.parse(DefaultParser.java:125)
	at org.apache.commons.cli.DefaultParser.parse(DefaultParser.java:81)
	at com.ve472.l1.Main.main(Main.java:65)

Your Answer

usage: cinema
 -h,--help          print this message
    --hall <arg>    path of the hall config directory
    --query <arg>   query of customer orders

JOJ Answer

usage: cinema
 -h,--help          print this message
    --hall <arg>    path of the hall config directory
    --query <arg>   query of customer orders