wip: refactor
This commit is contained in:
9
src/cli/drive.py
Normal file
9
src/cli/drive.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import click
|
||||
import subprocess
|
||||
|
||||
|
||||
@click.command()
|
||||
def drive():
|
||||
"""View OneDrive files."""
|
||||
click.echo("Launching OneDrive viewer...")
|
||||
subprocess.run(["python3", "src/drive_view_tui.py"])
|
||||
Reference in New Issue
Block a user