Skip to content

Commit 046e81c

Browse files
authored
Improve compile command help text to clarify input/output formats (#19988)
1 parent bafae99 commit 046e81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/gh-aw/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Examples:
216216

217217
var compileCmd = &cobra.Command{
218218
Use: "compile [workflow]...",
219-
Short: "Compile agentic workflows from Markdown to GitHub Actions YAML",
219+
Short: "Compile workflow markdown files (.md) into GitHub Actions workflows (.lock.yml)",
220220
Long: `Compile one or more agentic workflows to YAML workflows.
221221
222222
If no workflows are specified, all Markdown files in .github/workflows will be compiled.

0 commit comments

Comments
 (0)