1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-11 04:23:13 +00:00

normalize options parsing and error messages

This commit is contained in:
Kyle Spearrin
2021-10-06 16:23:57 -04:00
parent ffe774f81f
commit 6233a5d1cd
7 changed files with 167 additions and 88 deletions

View File

@@ -1,5 +1,3 @@
import * as program from 'commander';
import { Response } from 'jslib-node/cli/models/response';
import { StringResponse } from 'jslib-node/cli/models/response/stringResponse';