Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ help
Function
help
mbench/cli/mbench.py:18–19 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
16
args.func(args)
17
18
def
help(args):
19
subprocess.run([
'mbench'
,
'-h'
], check=True)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected