system.getargs(3kaya) debian man page | unix.com

Man Page: system.getargs

Operating Environment: debian

Section: 3kaya

System.getArgs(3kaya)					       Kaya module reference					     System.getArgs(3kaya)

NAME
System::getArgs - Get command-line arguments.
SYNOPSIS
[String] getArgs( )
DESCRIPTION
Return the arguments passed to the program on the command line. The zeroth argument is the name the program was called with. A command line of printargs -a 100 --long-argument will give a resulting array ["printargs","-a","100","--long-argument"]
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
RELATED
System.getEnv(3kaya) System.getPID(3kaya) System.progName(3kaya) can be used instead if you only need the program name Kaya October 2012 System.getArgs(3kaya)
Related Man Pages
binary.array(3kaya) - debian
prelude.islower(3kaya) - debian
prelude.isupper(3kaya) - debian
cursesw.getchar(3kaya) - debian
cursesw.ungetchar(3kaya) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk