Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99a57ca

Browse files
piq9117Gitea
piq9117
authored and
Gitea
committed
refactor: Parser parameter rename (#24)
- parameter was [COMPONENT_PATH], changed it to [COMPONENT_LOCATION].
1 parent d3e7303 commit 99a57ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/UmuReactBasic/Parser.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parseCommandComponent = CommandComponent <$> pathParser <*> nameParser
2929
where
3030
pathParser :: Parser Text
3131
pathParser = argument str
32-
( metavar "[COMPONENT_PATH]" <> help "Location to generate component" )
32+
( metavar "[COMPONENT_LOCATION]" <> help "Location to generate component" )
3333

3434
nameParser :: Parser Text
3535
nameParser = argument str

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /