CLI::Multiplex::CMD - CLI for Multiplex::CMD


NAME

CLI::Multiplex::CMD - CLI for Multiplex::CMD


VERSION

This documentation describes version 0.01


EXAMPLE

 use CLI::Multiplex::CMD;
 CLI::Multiplex::CMD->main( timeout => 30, max => 30 );


SYNOPSIS

$exe --help

$exe --range range [--timeout seconds] [--max parallelism] command ..

e.g.

echo blah | $exe -r 1~10 wc

$exe -r host1~10 -m 5 -t 10 ssh {} uptime


AUTHOR

Kan Liu


COPYRIGHT and LICENSE

Copyright (c) 2010. Kan Liu

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

 CLI::Multiplex::CMD - CLI for Multiplex::CMD