#!/usr/local/bin/perl -w
use
strict;
newpmbin parse_cli \
@ARGV
, {
param_count
=>
"1.."
,
examples
=>
<<'END_EXAMPLES',
%p bin/foo ## Create bin/foo
%p bin/foo bin/bar ## as above, but for multiple programs
END_EXAMPLES
description
=>
<<'END_DESCRIPTION',
Creates files from a template and rebuilds the
Makefile.
END_DESCRIPTION
};