diff options
Diffstat (limited to 'lib')
-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 |