Commit 7a159a33445d5bc9b2ebf0aa40c3bcd07839ff11
- Diff rendering mode:
- inline
- side by side
actionitems-check
(3 / 3)
|   | |||
| 12 | 12 | ||
| 13 | 13 | # Getopt::Std method for --version and --help | |
| 14 | 14 | sub VERSION_MESSAGE { | |
| 15 | our $VERSION = '0.1'; | ||
| 15 | our $VERSION = '0.02'; | ||
| 16 | 16 | say basename($0) . " [-q] [VERSION]\n"; | |
| 17 | 17 | say "check if all actionitems have at least one commit message on git repository"; | |
| 18 | say "if version not specified then will try read version from lib/<project_name>.rb file"; | ||
| 19 | say "version: $VERSION"; | ||
| 18 | say "if version not specified then will try read version from lib/<project_name>.rb file.\n"; | ||
| 19 | say basename($0), " v$VERSION by Joenio Costa"; | ||
| 20 | 20 | exit 0; | |
| 21 | 21 | } | |
| 22 | 22 |

