X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand.pm;h=026c73a7047a2082bda40a3f52a9b81dc14a7381;hb=876aec5a45915d4fe3b4229787c3aa3e6b56f542;hp=42bd1f7ac204d59b2bf7a1bfcc4cbb4a9a7e2aff;hpb=29a833290906751334d87b58cbdb8ede4134c6e1;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index 42bd1f7..026c73a 100644 --- a/lib/App/Rgit/Command.pm +++ b/lib/App/Rgit/Command.pm @@ -36,7 +36,7 @@ Creates a new command object for C<$cmd> that is bound to be called with argumen =cut my %commands; -__PACKAGE__->action($_ => 'Once') for qw/version help daemon init/, ' '; +__PACKAGE__->action($_ => 'Once') for qw/daemon gui help init version/, ' '; sub new { my ($class, %args) = &validate;