Skip to content

Commit 1206cad

Browse files
committed
added help section, refactor with argparse
1 parent d213414 commit 1206cad

File tree

3 files changed

+353
-680
lines changed

3 files changed

+353
-680
lines changed

onlykey/__main__.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .cli import main
2+
if __name__ == "__main__":
3+
main()

0 commit comments

Comments
 (0)