文件操作 - index.d.mts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@nuxt/cli/dist/index.d.mts
编辑文件内容
import * as citty from 'citty'; declare const main: citty.CommandDef<{ command: { type: "positional"; required: false; }; cwd: { readonly type: "string"; readonly description: "Specify the working directory"; readonly valueHint: "directory"; readonly default: "."; }; }>; declare const runMain: () => Promise<void>; declare function runCommand(name: string, argv?: string[], data?: { overrides?: Record<string, any>; }): Promise<{ result: unknown; }>; export { main, runCommand, runMain };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件