Skip to content

Commit f6a6f37

Browse files
committed
add validation function and rune args in comments
1 parent 7c49de6 commit f6a6f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/starter/commands.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ var (
2222
Long: "fluent start " + strings.Join(AvailableStarter, ","),
2323
Example: "fluent start " + AvailableStarter[0],
2424
ValidArgs: AvailableStarter,
25+
//ValidArgsFunction: ;
26+
//RunE
2527
Run: func(cmd *cobra.Command, args []string) {
2628
category := args[0]
2729
actions.ExecuteActionByName(category)

0 commit comments

Comments
 (0)