Subject: | No information about "new_with_cmd" in docs |
Moox::CMD docs has no information about using application Cmd classes.
I've found in test that I should use "new_with_cmd" but documetation says nothing about it.
I suggest to add to synopsys something like this:
my_app.pl
#/usr/bin/env perl
use MyApp;
MyApp->new_with_cmd();