MCPcopy Create free account
hub / github.com/github/gh-aw / ShowInteractiveList

Function ShowInteractiveList

pkg/console/list_wasm.go:7–9  ·  view source on GitHub ↗
(title string, items []ListItem)

Source from the content-addressed store, hash-verified

5import "errors"
6
7func ShowInteractiveList(title string, items []ListItem) (string, error) {
8 return "", errors.New("interactive list not available in Wasm")
9}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected