App-renlikewd

 view release on metacpan or  search on metacpan

script/renlikewd  view on Meta::CPAN

This utility helps.

Note that this utility can default to the only file in the current directory (if
there are only a single file and zero or more directories and nothing else), so
to minimize surprise, the default mode is dry-run. Supply `--no-dry-run` to turn
off dry-run mode.

_
    args => {
        file => {
            schema => 'filename::default_only_file_not_dir_in_curdir*',
            pos => 0,
        },
        parents => {
            schema => 'posint*',
            summary => 'Instead of working directory, use its parent directory (if parents=1) or grandparent directory (if parents=2) and so on',
            cmdline_aliases => {
                p => {is_flag=>1, code=>sub { $_[0]{parents} = 1 }, summary => 'Shortcut for --parents=1'},
            },
        },
        #extension => {



( run in 0.232 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )