Skip to content

Commit

Permalink
Update readme.md (#175)
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
londocr authored Jan 20, 2025
1 parent 8b415b6 commit fd4dfd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dispatch:
### runOrExit

Runs the given main method if argument parsing succeeds, otherwise prints out
the help text to standard error and calls `System.exit(1)` to exit the proess
the help text to standard error and calls `System.exit(1)` to exit the process

### runOrThrow

Expand Down Expand Up @@ -393,7 +393,7 @@ customize your usage:

- `name: String`: lets you specify the top-level name of `@main` method you are
defining. If multiple `@main` methods are provided, this name controls the
sub-command name in the CLI. If an explicit `name` not passed, both the
sub-command name in the CLI. If an explicit `name` is not passed, both the
(typically) `camelCase` name of the Scala `def` as well as its `kebab-case`
equivalents will be accepted

Expand All @@ -403,7 +403,7 @@ customize your usage:
### @arg

- `name: String`: lets you specify the long name of a CLI parameter, e.g.
`--foo`. If an explicit `name` not passed, both the (typically) `camelCase`
`--foo`. If an explicit `name` is not passed, both the (typically) `camelCase`
name of the Scala method parameter as well as its `kebab-case`
equivalents will be accepted

Expand Down

0 comments on commit fd4dfd6

Please sign in to comment.