Use this skill when the user asks to:
npm i -g git+https://github.com/riprsa/grepwrapper.git
grepwrapper search --q "PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error)"
Options:
--q required--case case-sensitive--words whole-word (mutually exclusive with --regexp)--regexp regex mode (mutually exclusive with --words)--page page numberExamples:
grepwrapper search --q "QMD" --case --regexp
grepwrapper search --q "QMD" --case --words --page 2
CLI returns summary lines:
time= total= returned= - : (matches=) --regexp only when needed.共 1 个版本