UNPKG

s-bit-agent

Version:

s.BitAgent is a simple Bitwarden CLI wrapper which provides a SSH2 Key Agent solution for Bitwarden.

9 lines (8 loc) 355 B
import { CommandRunner } from 'nest-commander'; import { LicenseService } from 'src/shared/license.service'; export declare class LicenseCommand extends CommandRunner { private readonly licenseService; constructor(licenseService: LicenseService); parseFull(): boolean; run(params: string[], options: Record<string, any>): Promise<void>; }