#!/usr/bin/env perl
package
Greetings_CLI_JSON;
use MOP4Import::Base::CLI_JSON -as_base
, [fields =>
[name => doc => 'Name of someone to be greeted'
, default => 'world'
],
qw
n_helper;
use 5.010;
use strict;
use warnings;
our $VERSION = "0.07";
use MOP4Import::Base::CLI_JSON -as_base
, [fields =>
[eol => default => "\n"],
[lib =>
doc => "library directo
join($self->{eol}, @completion), $self->{eol};
}
sub IGNORE_OPTIONS_FROM {'MOP4Import::Base::CLI_JSON'}
sub zsh_options {
(my MY $self, my %opts) = @_;
my ZshParams $opts = \%opts;
my ($targ