Skip to content

Commit

Permalink
Merge pull request #42 from harens/macports
Browse files Browse the repository at this point in the history
Add MacPorts Distribution
  • Loading branch information
ewels authored Mar 8, 2022
2 parents 9ff60ee + d92fd33 commit b9abc9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 1.2.2.dev0

- Distribution now available via MacPorts [[PR42](https://github.com/ewels/rich-click/pull/42)]
- Add typing information [[PR39](https://github.com/ewels/rich-click/pull/39)]
- Refactor RichCommand and RichGroup out of rich_click [[PR38](https://github.com/ewels/rich-click/pull/39)]
- Change metavar overflow to `fold`, so that large numbers of choices flow onto new lines instead of being truncated with an ellipsis [[#33](https://github.com/ewels/rich-click/issues/33)]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Just set up conda to use conda-forge (see [docs](https://conda-forge.org/docs/us
conda install rich-click
```

Users on macOS can install `rich-click` via [MacPorts](https://ports.macports.org/port/py-rich-click/).

```bash
sudo port install py-rich-click
```

## Usage

### Import as click
Expand Down

0 comments on commit b9abc9c

Please sign in to comment.