handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
19 lines (18 loc) • 482 B
TypeScript
import { Argv } from 'yargs';
export declare const getSharedOptions: (yargs: Argv) => Argv<import("yargs").Omit<{}, "config" | "debug" | "force"> & import("yargs").InferredOptionTypes<{
config: {
alias: string;
type: "string";
description: string;
};
force: {
alias: string;
type: "boolean";
description: string;
};
debug: {
alias: string;
type: "boolean";
description: string;
};
}>>;