MCPcopy Create free account
hub / github.com/compozy/agh / addWorkspaceFlag

Function addWorkspaceFlag

internal/cli/authored_context.go:779–781  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

777}
778
779func addWorkspaceFlag(cmd *cobra.Command) {
780 cmd.Flags().String(workspaceSkillSource, "", "Resolve the agent from a workspace id, name, or path")
781}
782
783func addAuthoredBodyFlags(cmd *cobra.Command, input *authoredBodyInput) {
784 cmd.Flags().StringVar(&input.file, "file", "", "Read authored context body from a file")

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected