mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Invoke Mockery v2 to update generated mocks for the given type.
|
|
|
|
go run github.com/vektra/mockery/v2 --disable-version-string --case underscore --name "$*"
|
|
|