nolong="" can be used when an option has no long form
nolong=""
noshort='\000' can be used when an option has no short form
noshort='\000'
parse opts others args first last parse the arguments args.(first), arg.(first+1) ...
parse opts others args first last
args.(first)
arg.(first+1)
Parse the command line in Sys.argv using parse.
Sys.argv
parse