NAME
Games::Nonogram::CommandLine
SYNOPSIS
use Games::Nonogram::CommandLine;
Games::Nonogram::CommandLine->bootstrap;
DESCRIPTION
This module is used internally to handle command line interface.
METHODS
bootstrap
takes several command line options and passes them to the solver. Options are:
- dir
-
lets the solver load and process each file under the specified directory.
- check_only
-
If this is set, the solver would not show you the answer of the puzzle(s), but tell you whether the puzzle(s) is solvable, or ambiguous (or, unsolvable).
- verbose
-
If this is set, the solver would show you the process of solving.
- debug
-
If this is set, the solver would become more verbose and show you more messages.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 by Kenichi Ishigaki
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.