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