Remove clutter
This commit is contained in:
parent
81c7e0c984
commit
439de6a264
9 changed files with 12 additions and 16 deletions
|
|
@ -2,9 +2,9 @@ import { Command, Option } from "commander";
|
|||
import packageJson from "../package.json";
|
||||
import { LogLevel } from "sync-client";
|
||||
|
||||
export type LineEndingMode = "auto" | "lf" | "crlf";
|
||||
type LineEndingMode = "auto" | "lf" | "crlf";
|
||||
|
||||
export interface CliArgs {
|
||||
interface CliArgs {
|
||||
remoteUri: string;
|
||||
token: string;
|
||||
vaultName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue