Skip to content

Commit

Permalink
refactor: switch from optparse to argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
vergenzt committed May 1, 2024
1 parent 1ef2543 commit c4e774c
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 354 deletions.
4 changes: 4 additions & 0 deletions cogapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
"""

from .cogapp import Cog as Cog, CogUsageError as CogUsageError, main as main


if __name__ == "__main__":
main()
Loading

0 comments on commit c4e774c

Please sign in to comment.