]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command.pm
git-gui should be executed once
[perl/modules/rgit.git] / lib / App / Rgit / Command.pm
index 42bd1f7ac204d59b2bf7a1bfcc4cbb4a9a7e2aff..026c73a7047a2082bda40a3f52a9b81dc14a7381 100644 (file)
@@ -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;