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 faeded9 commit 094435bCopy full SHA for 094435b
README.md
@@ -550,8 +550,8 @@ modifier. For example,
550
551
```haskell
552
subparser
553
- ( command "add" (info (Add <$> addOptions) ( progDesc "Add a file to the repository" ))
554
- <> command "commit" (info (Commit <$> commitOptions) ( progDesc "Record changes to the repository" ))
+ ( command "add" (info addCommand ( progDesc "Add a file to the repository" ))
+ <> command "commit" (info commitCommand ( progDesc "Record changes to the repository" ))
555
)
556
```
557
0 commit comments