feat(launcher): pass through password-store for jellyfin flows

This commit is contained in:
2026-02-23 23:59:14 -08:00
parent a2735eaedc
commit 9d73971f3b
10 changed files with 66 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ export interface Args {
texthookerOnly: boolean;
useRofi: boolean;
logLevel: LogLevel;
passwordStore: string;
target: string;
targetKind: '' | 'file' | 'url';
jimakuApiKey: string;