From 2c30b87cbb87f65ad229d61606b1bf00be86ea57 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 23 Nov 2015 15:22:10 +0100 Subject: Added doc on usage --- lib/ManaTools/Shared/GUI/CommandLine.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ManaTools') 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 -- cgit v1.2.1