文件操作 - line-parser.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/simple-git/dist/src/lib/utils/line-parser.d.ts
编辑文件内容
export declare class LineParser<T> { protected matches: string[]; private _regExp; constructor(regExp: RegExp | RegExp[], useMatches?: (target: T, match: string[]) => boolean | void); parse: (line: (offset: number) => string | undefined, target: T) => boolean; protected useMatches(target: T, match: string[]): boolean | void; protected resetMatches(): void; protected prepareMatches(): string[]; protected addMatch(reg: RegExp, index: number, line?: string): boolean; protected pushMatch(_index: number, matched: string[]): void; } export declare class RemoteLineParser<T> extends LineParser<T> { protected addMatch(reg: RegExp, index: number, line?: string): boolean; protected pushMatch(index: number, matched: string[]): void; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件