Metadata-Version: 2.1
Name: zyjared-cli
Version: 0.1.8
Summary: zyjared's cli tool
License: MIT
Author: zyjared
Author-email: zyjared@outlook.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Requires-Dist: zyjared-color (>=0.4.1,<0.5.0)
Project-URL: documentation, https://github.com/zyjared/zyjared-cli#readme
Project-URL: homepage, https://github.com/zyjared/zyjared-cli
Project-URL: repository, https://github.com/zyjared/zyjared-cli
Description-Content-Type: text/markdown

# zyjared-cli

## Usage

```sh
pip install zyjared-cli
```

```sh
zycli --help
```

## Commands

### clean

```sh
zycli clean --help
```

or use config: `zycli.toml`

```toml
[clean]
dirpath = "test"
pattern = ["*.py", "!01.py"]
```

