Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com>
  • Loading branch information
wfxey authored Jul 16, 2024
1 parent d1f8d77 commit dbbfba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diec/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def decode_cli():
"""Decodes the provided text."""
decode()

if __name__ == "__main__":
cli()
cli.add_command(encode_cli)
cli.add_command(decode_cli)

0 comments on commit dbbfba8

Please sign in to comment.