Replace custom CLI with argparse by hugovk · Pull Request #83 · python/blurb · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
- [ ] Check installation:

```bash
python -m pip uninstall -y blurb && python -m pip install -U blurb && blurb help
python -m pip uninstall -y blurb && python -m pip install -U blurb && blurb --help
```
8 changes: 4 additions & 4 deletions src/blurb/_add.py
Loading