Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Feb 18, 2023
1 parent e28738e commit 786c0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Internal representation of a CLI command. Can be accessed via `Radicli.commands`

| Name | Type | Description |
| ------------- | ---------------------------------- | -------------------------------------------------------------------------------------- |
| `prog` | `Optional[str]` | Program name displayed in `--help` propmt usage examples, e.g. `"python -m spacy"`. |
| `prog` | `Optional[str]` | Program name displayed in `--help` prompt usage examples, e.g. `"python -m spacy"`. |
| `help` | `str` | Help text for the CLI, displayed in top-level `--help`. Defaults to `""`. |
| `version` | `Optional[str]` | Version available via `--version`, if set. |
| `converters` | `Dict[Type, Callable[[str], Any]]` | Dict mapping types to global converter functions. |
Expand Down

0 comments on commit 786c0bb

Please sign in to comment.