MCPcopy
hub / github.com/larksuite/cli / Cmd

Method Cmd

extension/platform/invocation.go:26–26  ·  view source on GitHub ↗

Cmd returns the read-only metadata view of the dispatched command.

()

Source from the content-addressed store, hash-verified

24type Invocation interface {
25 // Cmd returns the read-only metadata view of the dispatched command.
26 Cmd() CommandView
27
28 // Args returns a fresh copy of the positional args.
29 Args() []string

Callers 2

initFunction · 0.65

Implementers 2

invocationinternal/hook/invocation.go
stubInvocationcmd/platform_guards_test.go

Calls

no outgoing calls

Tested by 1