We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f570e00 commit 601d145Copy full SHA for 601d145
generator/src/Main.elm
@@ -165,7 +165,7 @@ baseOption =
165
166
validateModuleName : String -> Cli.Validate.ValidationResult
167
validateModuleName =
168
- Cli.Validate.regexWithMessage "I expected this to be" "^[A-Z][A-Za-z_]*(\\.[A-Z][A-Za-z_]*)*$"
+ Cli.Validate.regexWithMessage "I expected an Elm module name" "^[A-Z][A-Za-z_]*(\\.[A-Z][A-Za-z_]*)*$"
169
170
171
type alias Flags =
0 commit comments