Natural CLI 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Natural CLI 1.1 (Default branch)
# 1  
Old 01-27-2008
Natural CLI 1.1 (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 allows one to use a variable number of parameter values for the last one. This means it's possible to define command lines with a string such as "send to files ...", allowing one to execute command lines like "$acme send to pau@someplace.net files a.txt b.txt c.txt".Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net::CLI::Interact::Transport::Serial(3pm)		User Contributed Perl Documentation		Net::CLI::Interact::Transport::Serial(3pm)

NAME
Net::CLI::Interact::Transport::Serial - Serial-line based CLI connection VERSION
version 1.121640 DECRIPTION
This module provides a wrapped instance of a Serial-line client for use by Net::CLI::Interact. INTERFACE
app On Windows platforms you must download the "plink.exe" program, and pass its location to the library in this parameter. On other platforms, this defaults to "cu", which again you must download and install. runtime_options Based on the "connect_options" hash provided to Net::CLI::Interact on construction, selects and formats parameters to provide to "app" on the command line. Supported attributes: FIXME: on Windows platforms, only the device attribute is supported. device (required) Name of the device providing access to the Serial-line (e.g. "/dev/ttyUSB0" or "COM5". parity You have a choice of "even", "odd" or "none" for the parity used in serial communication. The default is "none". nostop You can control whether to use "XON/XOFF" handling for the serial communication. The default is to disable this, so to enable it pass any True value. speed You can set the speed (or baud rate) of the serial line by passing a value to this named parameter. The default is 9600. reap Only used on Unix platforms, this installs a signal handler which attempts to reap the "ssh" child process. Pass a true value to enable this feature only if you notice zombie processes are being left behind after use. COMPOSITION
See the following for further interface details: o Net::CLI::Interact::Transport AUTHOR
Oliver Gorwits <oliver@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Oliver Gorwits. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-12 Net::CLI::Interact::Transport::Serial(3pm)