From edd211c4827a0ce8b19d7baf5ce6c1c8163192da Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 4 Jan 2016 00:10:27 +0100 Subject: added cl help for yui options for fullscreen and noborder --- lib/ManaTools/Shared/GUI/CommandLine.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib') diff --git a/lib/ManaTools/Shared/GUI/CommandLine.pm b/lib/ManaTools/Shared/GUI/CommandLine.pm index 67adeb33..772a101f 100644 --- a/lib/ManaTools/Shared/GUI/CommandLine.pm +++ b/lib/ManaTools/Shared/GUI/CommandLine.pm @@ -99,6 +99,18 @@ has 'qt' => ( documentation => $loc->N('start using yui qt plugin implementation') ); +has 'fullscreen' => ( + traits => [ 'Getopt' ], + is => 'ro', + documentation => $loc->N('use full screen for dialogs') +); + +has 'noborder' => ( + traits => [ 'Getopt' ], + is => 'ro', + documentation => $loc->N('no window manager border for dialogs') +); + has 'conf_dir' => ( traits => [ 'Getopt' ], isa => 'Str', -- cgit v1.2.1