Skip to content

Commit

Permalink
Added version as a command line parameter
Browse files Browse the repository at this point in the history
Use -v or --version
  • Loading branch information
Hrishikesh Sathe committed Jun 27, 2014
1 parent c5fa716 commit 6878e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions howdoi/howdoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import requests
import requests_cache
import sys
sys.path.append('howdoi')
from __init__ import __version__

try:
Expand Down

0 comments on commit 6878e3d

Please sign in to comment.