diff --git a/bin/git-issue b/bin/git-issue index 0d82f6f..93a90a0 100644 --- a/bin/git-issue +++ b/bin/git-issue @@ -6,4 +6,13 @@ use warnings; use Try::Tiny; use App::Git::IssueManager; +=head1 DESCRIPTION + +B is a subcommand to the git version control system for manage issues in a +distributed manner. It uses the B module to provide all management +functions. + +=cut + + App::Git::IssueManager->new_with_command()->run;