MCPcopy Create free account
hub / github.com/GetStream/stream-cli / NewCmds

Function NewCmds

pkg/cmd/chat/device/device.go:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func NewCmds() []*cobra.Command {
13 return []*cobra.Command{
14 createCmd(),
15 listCmd(),
16 deleteCmd(),
17 }
18}
19
20func createCmd() *cobra.Command {
21 cmd := &cobra.Command{

Callers 2

NewRootCmdFunction · 0.92
TestDeviceFunction · 0.70

Calls 3

createCmdFunction · 0.70
listCmdFunction · 0.70
deleteCmdFunction · 0.70

Tested by 1

TestDeviceFunction · 0.56