Group
Extension

Matches 1

Rope-Cmd ( L/LN/LNATION/Rope-Cmd-0.08.tar.gz, LNATION, 2025; MetaCPAN )
Rope-Cmd/lib/Rope/Cmd.pm ( view source; MetaCPAN )
head1 SYNOPSIS

	package Time::Tracker;

	use Rope::Cmd;
	use Coerce::Types::Standard qw/Int Bool JSON/;

	colors (
	        title => 'bright_green',
		abstract => 'bright_red',
		options_title => 'br
		type => Bool,
		option_alias => 'e',
		description => '...'
	);

	option history => (
		type => JSON->by('decode'),
		type_coerce => 1,
		description => '...'
	);
	
	sub callback {
		my ($self) = @_

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.