Skip to content

Commit b9202f1

Browse files
authored
Update readme (#9)
* docs: update readme * chore: remove unused setup file and update readme * ci: remove 3.14 from py list as it cost too much time
1 parent 9f562a9 commit b9202f1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
8+
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
99
steps:
1010
- uses: actions/cache@v4
1111
with:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![image](https://img.shields.io/pypi/v/tortoise-cli.svg?style=flat)](https://pypi.python.org/pypi/tortoise-cli)
44
[![image](https://img.shields.io/github/license/tortoise/tortoise-cli)](https://github.com/tortoise/tortoise-cli)
5-
[![image](https://github.com/tortoise/tortoise-cli/workflows/pypi/badge.svg)](https://github.com/tortoise/tortoise-cli/actions?query=workflow:pypi)
5+
[![image](https://github.com/tortoise/tortoise-cli/workflows/ci/badge.svg)](https://github.com/tortoise/tortoise-cli/actions?query=workflow:ci)
66

7-
A cli tool for tortoise-orm, build on top of click and ptpython.
7+
A cli tool for tortoise-orm, build on top of asyncclick and ptpython.
88

99
## Installation
1010

@@ -24,6 +24,9 @@ Options:
2424
-V, --version Show the version and exit.
2525
-c, --config TEXT TortoiseORM config dictionary path, like
2626
settings.TORTOISE_ORM
27+
--generate-schemas / --no-generate-schemas
28+
Whether generate schemas after TortoiseORM
29+
inited
2730
-h, --help Show this message and exit.
2831

2932
Commands:

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)