Natural CLI 1.2.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Natural CLI 1.2.2 (Default branch)
# 1  
Old 07-25-2008
Natural CLI 1.2.2 (Default branch)

Natural CLI is a Java library that provides developers with an easy way to use human readable command line interfaces. This means that your software can understand easy command lines like "$acme start daemon mailservice", "$acme send file /tmp/pau.jpg to friend", or "$acme start backup in 10 minutes". Command lines are very easy to define. License: GNU General Public License (GPL) Changes:
This release adds a bugfix regarding optional parameters.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
NETIO230A-CLI(1)					      General Commands Manual						  NETIO230A-CLI(1)

NAME
netio230a-cli - CLI to python-netio230a SYNOPSIS
netio230a-cli [--host HOST] [--port PORT] [--username USERNAME] [--password PASSWORD] -s SOCKET [--on] DESCRIPTION
netio230a-cli is a command line interface to access the Koukaam NETIO-230A, a cheap but advanced multiple socket with Ethernet control. Options: -? show help message and exit -h HOST, --host=HOST Hostname for the device (defaults to the first one found by the discovery in your LAN) -p PORT, --port=PORT TCP port (defaults to 1234) -u USERNAME, --username=USERNAME username to use for login (defaults to admin) -w PASSWORD, --password=PASSWORD password to use for login (will ask if left empty) -s SOCKET#, --socket=SOCKET# socketnumber (1-4) to switch on/off --on switch on when --on set, off if omitted AUTHOR
netio230a-cli was written by Philipp Klaus <philipp.l.klaus@web.de>. This manual page was written by Philipp Huebner <debalance@debian.org>, for the Debian project (and may be used by others). SEE ALSO
netio230a-discover(1), netio230a-gui(1) netio230a-cli 2010-03-09 NETIO230A-CLI(1)