CLI-Meta-mv
view release on metacpan or search on metacpan
lib/CLI/Meta/mv.pm view on Meta::CPAN
package CLI::Meta::mv;
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,
'context|Z' => undef,
'help' => undef,
'version' => undef,
},
};
1;
# ABSTRACT: Metadata for 'mv' Unix commnd
__END__
=pod
=encoding UTF-8
=head1 NAME
CLI::Meta::mv - Metadata for 'mv' Unix commnd
=head1 VERSION
This document describes version 0.001 of CLI::Meta::mv (from Perl distribution CLI-Meta-mv), released on 2021-11-14.
=head1 SYNOPSIS
=head1 DESCRIPTION
Based on mv from GNU coreutils 8.30.
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/CLI-Meta-mv>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-CLI-Meta-mv>.
=head1 SEE ALSO
L<CLI::Meta::cp>
=head1 AUTHOR
perlancar <perlancar@cpan.org>
=head1 CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on
GitHub.
( run in 1.869 second using v1.01-cache-2.11-cpan-39bf76dae61 )