Acme-Claude-Shell
view release on metacpan or search on metacpan
bin/acme_claude_shell view on Meta::CPAN
#!/usr/bin/env perl
use 5.020;
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Acme::Claude::Shell qw(shell run);
use Getopt::Long;
use Term::ANSIColor qw(colored);
use Pod::Usage;
our $VERSION = '0.01';
my %opts = (
'dry-run' => 0,
( run in 0.763 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )