CLI-Meta-cp
view release on metacpan or search on metacpan
lib/CLI/Meta/cp.pm view on Meta::CPAN
package CLI::Meta::cp;
use strict;
use warnings;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-11-14'; # DATE
our $DIST = 'CLI-Meta-cp'; # DIST
our $VERSION = '0.001'; # VERSION
our $META = {
opts => {
'archive|a' => undef,
'attributes-only' => undef,
'backup=s' => {completion=>[qw/none off numbered t existing nil simple never/]},
'b' => undef,
'copy-contents' => undef,
'd' => undef,
'force|f' => undef,
'interactive|i' => undef,
'H' => undef,
'link|l' => undef,
'dereference|L' => undef,
'no-clobber|n' => undef,
'no-dereference|P' => undef,
'p' => undef,
'preserve=s' => undef,
'no-preserve=s' => undef,
'parents' => undef,
'recursive|R|r' => undef,
'reflink=s' => {completion=>[qw/auto always never/]},
'strip-trailing-slashes' => undef,
'symbolic-link|s' => undef,
'suffix|S=s' => undef,
'target-directory|t=s' => undef,
'no-target-directory|T' => undef,
'update|u' => undef,
'verbose|v' => undef,
'one-file-system|x' => undef,
'Z' => undef,
'context=s' => undef,
'help' => undef,
'version' => undef,
},
};
1;
# ABSTRACT: Metadata for 'cp' Unix commnd
__END__
=pod
=encoding UTF-8
=head1 NAME
CLI::Meta::cp - Metadata for 'cp' Unix commnd
=head1 VERSION
This document describes version 0.001 of CLI::Meta::cp (from Perl distribution CLI-Meta-cp), released on 2021-11-14.
=head1 SYNOPSIS
=head1 DESCRIPTION
Based on cp from GNU coreutils 8.30.
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/CLI-Meta-cp>.
=head1 SOURCE
( run in 1.555 second using v1.01-cache-2.11-cpan-39bf76dae61 )