package Getopt::Dakkar; use Getopt::Dakkar::Style qw(class); use Module::Runtime qw(use_module); # VERSION # ABSTRACT: the best command line parser ever with 'Getopt::Dakkar::Role::Command'; has '+name' => ( default => $0 ); sub go($self,$args=\@ARGV) { return $self->parse($args,undef); }