Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkwcodes committed Sep 2, 2024
1 parent fe32564 commit 2ddbbf1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ Chat:
```
bb7 -c
```

```
Usage: bb7 [OPTIONS]
Options:
-c, --chat
-h, --help Show this message and exit.
```


```
bb7 is a TDD coding bot. It can recognize the Python project structure,
find the tests folder, and run tests. It can also chat with a chatbot.
The current directory is not in a Python project.
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bb7"
version = "0.1.2"
version = "0.1.3"
description = "A TDD coding bot"
authors = [{ name = "Drunkwcodes", email = "drunkwcodes@gmail.com" }]
dependencies = [
Expand Down

0 comments on commit 2ddbbf1

Please sign in to comment.