CLI-Meta-mv

 view release on metacpan or  search on metacpan

lib/CLI/Meta/mv.pm  view on Meta::CPAN

use strict;
use warnings;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-11-14'; # DATE
our $DIST = 'CLI-Meta-mv'; # DIST
our $VERSION = '0.001'; # VERSION

our $META = {
    opts => {
        'backup=s' => {completion=>[qw/none off numbered t existing nil simple never/]},
        'b' => undef,
        'force|f' => undef,
        'interactive|i' => undef,
        'no-clobber|n' => undef,
        'strip-trailing-slashes' => undef,
        'suffix|S=s' => undef,
        'target-directory|t=s' => undef,
        'no-target-directory|T' => undef,
        'update|u' => undef,
        'verbose|v' => undef,



( run in 1.399 second using v1.01-cache-2.11-cpan-49f99fa48dc )