diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-11-23 15:22:10 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-11-23 15:22:10 +0100 |
commit | 2c30b87cbb87f65ad229d61606b1bf00be86ea57 (patch) | |
tree | 041f0afa9c7c6d35689673e7430b18882545778e /lib/ManaTools/Shared | |
parent | a0a33f3a2563491b03e90104b25d99c973e02c87 (diff) | |
download | manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.gz manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.bz2 manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.tar.xz manatools-2c30b87cbb87f65ad229d61606b1bf00be86ea57.zip |
Added doc on usage
Diffstat (limited to 'lib/ManaTools/Shared')
-rw-r--r-- | lib/ManaTools/Shared/GUI/CommandLine.pm | 6 |
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 |