mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-09 20:47:11 +00:00
feat: scan --force by default
This commit is contained in:
parent
879698f04b
commit
2308f1e0e8
@ -163,7 +163,7 @@ def get_or_create_default_library():
|
|||||||
|
|
||||||
@app.command("scan")
|
@app.command("scan")
|
||||||
def scan_default_library(
|
def scan_default_library(
|
||||||
force: bool = typer.Option(False, "--force", help="Force update all indexes"),
|
force: bool = typer.Option(True, "--force", help="Force update all indexes"),
|
||||||
path: str = typer.Argument(None, help="Path to scan within the library"),
|
path: str = typer.Argument(None, help="Path to scan within the library"),
|
||||||
plugins: List[int] = typer.Option(None, "--plugin", "-p"),
|
plugins: List[int] = typer.Option(None, "--plugin", "-p"),
|
||||||
folders: List[int] = typer.Option(None, "--folder", "-f"),
|
folders: List[int] = typer.Option(None, "--folder", "-f"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user