NAME
Lemonldap::NG::Cli - Command Line Interface to edit LemonLDAP::NG configuration.
SYNOPSIS
use Lemonldap::NG::Cli;
my $app = Lemonldap::NG::Cli->new ();
my $ret = $app->run (\@ARGV);
exit ($ret);
DESCRIPTION
Lemonldap::NG::Cli allow user to edit the configuration of Lemonldap::NG via the command line.
SEE ALSO
Lemonldap::NG, Lemonldap::NG::Common::Conf
AUTHOR
David Delassus <david.jose.delassus@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2012, by David Delassus
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.