We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0280a78 commit 7a090e4Copy full SHA for 7a090e4
README.md
@@ -17,14 +17,14 @@ pip install -r requirements.txt
17
I recommend creating an alias for the command, something like:
18
19
```
20
-alias jtmp='python ~/jira-template/jiratemplate/cli.py'
+alias jtmp='~/jira-template/jiratemplate/cli.py'
21
22
23
## Usage
24
The command line is available with:
25
26
27
-python jira-template/jiratemplate/cli.py
+jira-template/jiratemplate/cli.py
28
29
30
The idea is pretty simple. After you configure two files: `template.json` and
jiratemplate/cli.py
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
"""Jira Template
4
5
Usage:
0 commit comments