aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-11-23 15:22:10 +0100
committerAngelo Naselli <anaselli@linux.it>2015-11-23 15:22:10 +0100
commit2c30b87cbb87f65ad229d61606b1bf00be86ea57 (patch)
tree041f0afa9c7c6d35689673e7430b18882545778e
parenta0a33f3a2563491b03e90104b25d99c973e02c87 (diff)
downloadmanatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar
manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.gz
manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.bz2
manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.xz
manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.zip
Added doc on usage
-rw-r--r--lib/ManaTools/Shared/GUI/CommandLine.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ManaTools/Shared/GUI/CommandLine.pm b/lib/ManaTools/Shared/GUI/CommandLine.pm
index 65efcfdd..940566da 100644
--- a/lib/ManaTools/Shared/GUI/CommandLine.pm
+++ b/lib/ManaTools/Shared/GUI/CommandLine.pm
@@ -26,6 +26,12 @@ package ManaTools::Shared::GUI::CommandLine;
documentation => $loc->N('we have a new option to manage here')
);
+ ...
+
+ # check if new option is set
+ if ($cl->new_option) {
+ ...
+ }
=head1 DESCRIPTION