Compare commits
No commits in common. "7f47b655219b8f0e6190951ca904d2d770bb2ba1" and "c28027c5ce7c1d251996e71f29f2c5dfa649ba14" have entirely different histories.
7f47b65521
...
c28027c5ce
@ -1,15 +0,0 @@
|
|||||||
import typer
|
|
||||||
from rich import print
|
|
||||||
|
|
||||||
app = typer.Typer()
|
|
||||||
|
|
||||||
@app.command()
|
|
||||||
def scan(directory: str):
|
|
||||||
print("Scanning directory:", directory)
|
|
||||||
|
|
||||||
@app.command()
|
|
||||||
def convert(directory: str):
|
|
||||||
pass
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
app()
|
|
@ -1,10 +1,2 @@
|
|||||||
click==8.1.7
|
|
||||||
ffmpeg-python==0.2.0
|
ffmpeg-python==0.2.0
|
||||||
future==1.0.0
|
future==1.0.0
|
||||||
markdown-it-py==3.0.0
|
|
||||||
mdurl==0.1.2
|
|
||||||
Pygments==2.18.0
|
|
||||||
rich==13.7.1
|
|
||||||
shellingham==1.5.4
|
|
||||||
typer==0.12.3
|
|
||||||
typing_extensions==4.12.2
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user