MCPcopy Create free account
hub / github.com/modelscope/ms-agent / subparser_func

Function subparser_func

ms_agent/cli/app.py:7–10  ·  view source on GitHub ↗

Function which will be called for a specific sub parser.

(args)

Source from the content-addressed store, hash-verified

5
6
7def subparser_func(args):
8 """ Function which will be called for a specific sub parser.
9 """
10 return AppCMD(args)
11
12
13class AppCMD(CLICommand):

Callers

nothing calls this directly

Calls 1

AppCMDClass · 0.85

Tested by

no test coverage detected