From c257af77a7bb226eb3bfcbf7056619fded5092aa Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 13 Sep 2018 23:16:47 +0200 Subject: [PATCH] ADD: added some pod documentation --- bin/git-issue | 9 +++++++++ 1 file changed, 9 insertions(+) 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;