UNPKG

hudada-cli

Version:

专为程序员准备的本地文档搜索,快捷开发工具

13 lines (12 loc) 231 B
export interface CommandOptions { search?: string; } export type optionsType = { search?: string; global?: boolean; dir?: string; list?: boolean; removeDir?: string; rm?: string; append?: string; };