package Acme::Matrix::Cmd;
use Rope::Cmd;
use Coerce::Types::Standard qw/Int Bool JSON/;
use Acme::Matrix;
use Ascii::Text;
colors (
title => 'bright_green',
abstract => 'green',
options_title =>
option words => (
type => JSON->by('decode'),
coerce_type => 1,
description => 'words to use in the matrix rain',
option_alias => 'w'
);
option chars => (
type => JSON->by('decode'),
coerce_typ