NAME
App::duino::Command::clean - Clean the build directory
VERSION
version 0.10
SYNOPSIS
$ duino clean --board uno
DESCRIPTION
This command can be used to clean the build directory for a specific Arduino board.
OPTIONS
- --board, -b
-
The Arduino board model. The environment variable
ARDUINO_BOARD
will be used if present and if the command-line option is not set. If neither of them is set the default value (uno
) will be used.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2013 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.