Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix CLI help
Browse files Browse the repository at this point in the history
pancsta authored Jan 30, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4601473 commit a0b578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generator/cli/cli.go
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ func AddStatesFlags(cmd *cobra.Command) {
"State names to generate. Eg: State1,State2")
f.StringP(pSFInherit, pSFInheritShort, "",
"Inherit from a built-in states machine: "+
"basic,connected,rpc/worker,node/worker")
"basic,connected,disposed,rpc/worker,node/worker")
f.StringP(pSFGroups, pSFGroupsShort, "",
"Groups to generate. Eg: Group1,Group2")
f.StringP(pSFName, pSFNameShort, "",

0 comments on commit a0b578a

Please sign in to comment.