Skip to content

Commit

Permalink
added help section, refactor with argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed Nov 23, 2020
1 parent d213414 commit 696b76c
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 680 deletions.
3 changes: 3 additions & 0 deletions onlykey/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .cli import main
if __name__ == "__main__":
main()
Loading

0 comments on commit 696b76c

Please sign in to comment.