文件操作 - grep.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/simple-git/dist/src/lib/tasks/grep.d.ts
编辑文件内容
import { SimpleGit } from '../../../typings'; export interface GitGrepQuery extends Iterable<string> { /** Adds one or more terms to be grouped as an "and" to any other terms */ and(...and: string[]): this; /** Adds one or more search terms - git.grep will "or" this to other terms */ param(...param: string[]): this; } /** * Creates a new builder for a `git.grep` query with optional params */ export declare function grepQueryBuilder(...params: string[]): GitGrepQuery; export default function (): Pick<SimpleGit, 'grep'>;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件