Remove clutter

This commit is contained in:
Andras Schmelczer 2026-04-26 18:19:01 +01:00
parent 81c7e0c984
commit 439de6a264
9 changed files with 12 additions and 16 deletions

View file

@ -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;