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
prelude.isalnum(3kaya) - debian
prelude.isdigit(3kaya) - debian
prelude.islower(3kaya) - debian
system.getenv(3kaya) - debian
cursesw.getchar(3kaya) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph