We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dabc6 commit 2014587Copy full SHA for 2014587
1 file changed
pkg/cli/add_command.go
@@ -22,7 +22,7 @@ var addLog = logger.New("cli:add_command")
22
func NewAddCommand(validateEngine func(string) error) *cobra.Command {
23
cmd := &cobra.Command{
24
Use: "add <workflow>...",
25
- Short: "Add one or more workflows from the components to .github/workflows",
+ Short: "Add workflows from repositories to .github/workflows",
26
Long: `Add one or more workflows from repositories to .github/workflows.
27
28
Examples:
0 commit comments