aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared/GUI/CommandLine.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Shared/GUI/CommandLine.pm')
-rw-r--r--lib/ManaTools/Shared/GUI/CommandLine.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ManaTools/Shared/GUI/CommandLine.pm b/lib/ManaTools/Shared/GUI/CommandLine.pm
index 940566da..67adeb33 100644
--- a/lib/ManaTools/Shared/GUI/CommandLine.pm
+++ b/lib/ManaTools/Shared/GUI/CommandLine.pm
@@ -99,6 +99,15 @@ has 'qt' => (
documentation => $loc->N('start using yui qt plugin implementation')
);
+has 'conf_dir' => (
+ traits => [ 'Getopt' ],
+ isa => 'Str',
+ is => 'ro',
+ cmd_flag => 'conf-dir',
+ documentation => $loc->N('<dir> optional directory containing configuration files for each module (e.g. modulename/config_files)',)
+);
+
+
no Moose;
__PACKAGE__->meta->make_immutable;