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 81b8064 commit 2d8a9bdCopy full SHA for 2d8a9bd
README.md
@@ -40,7 +40,7 @@ Repeat.main()
40
You kick off execution by calling your type's static `main()` method.
41
The `ArgumentParser` library parses the command-line arguments,
42
instantiates your command type, and then either executes your `run()` method
43
-or exits with useful a message.
+or exits with a useful message.
44
45
`ArgumentParser` uses your properties' names and type information,
46
along with the details you provide using property wrappers,
0 commit comments