App-DistSync
view release on metacpan or search on metacpan
bin/distsync view on Meta::CPAN
# Information and debug
"help|usage|h", # Show help page
"longhelp|H|?", # Show long help page
"debug|devel|d", # Debug mode
"verbose|v", # Verbose mode
"version|ver|V", # Print VERSION of the project
# Client options
"proxy|x=s", # Proxy URL
"insecure|k", # Insecure connection
"timeout|T=i", # Timeoute value in seconds. Default - 60
# Project
"directory|dir|D=s", # Directory
"delay|i=i", # Delay. 0 - off, 1-n - secs, default - 3600
) || pod2usage(-exitval => 1, -verbose => 0, -output => \*STDERR);
pod2usage(-exitval => 0, -verbose => 1) if $options->{help};
pod2usage(-exitval => 0, -verbose => 2) if $options->{longhelp};
printf("DistSync v%s\n", App::DistSync->VERSION) && exit(0) if $options->{version};
# Get command
( run in 0.498 second using v1.01-cache-2.11-cpan-62ea2d55848 )