Skip to content

Commit

Permalink
Updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Feb 7, 2024
1 parent c7cb4fc commit 3834ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ homepage = "https://github.com/TimeTravelPenguin/BulkAudioExtractTool"
repository = "https://github.com/TimeTravelPenguin/BulkAudioExtractTool"

[tool.poetry.scripts]
baet = "BAET.__main__:main"
cli = "BAET.cli.cli:test"
# baet = "BAET.__main__:main"
# cli = "BAET.cli.cli:test"
baet = "BAET.cli.cli:cli"
debug = "BAET.cli.__main__:debug"

[tool.poetry.dependencies]
Expand Down
4 changes: 0 additions & 4 deletions src/BAET/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ def cli(logging: bool) -> None:
def test() -> None:
"""Test the CLI."""
cli()


if __name__ == "__main__":
test()

0 comments on commit 3834ecb

Please sign in to comment.