Add sorting options to entry listing

This commit is contained in:
thePR0M3TH3AN
2025-07-18 15:22:26 -04:00
parent 64664cb0bb
commit b42ad0561c
3 changed files with 32 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ def main(ctx: typer.Context, fingerprint: Optional[str] = fingerprint_option) ->
def entry_list(
ctx: typer.Context,
sort: str = typer.Option(
"index", "--sort", help="Sort by 'index', 'label', or 'username'"
"index", "--sort", help="Sort by 'index', 'label', or 'updated'"
),
kind: Optional[str] = typer.Option(None, "--kind", help="Filter by entry type"),
archived: bool = typer.Option(False, "--archived", help="Include archived"),