Name
SPVM::CommandInfo - Command Line Information
Usage
use CommandInfo;
Description
CommandInfo
is a class that has command line information such as the program name and the arguments.
CommandInfo
is a SPVM class.
Class Variable Methods
PROGRAM_NAME
static method PROGRAM_NAME : string ()
Get the program name. This is same as Perl $0
.
ARGV
static method ARGV : string[] ()
Get the comand line arguments. This is same as Perl @ARGV
.