Skip to content

Commit 9a604cf

Browse files
committed
Update docs
1 parent ef54993 commit 9a604cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@ A minimal CLI wrapper around hatchling build
99

1010
## Overview
1111

12+
This library provides a minimal CLI `hatch-build`, equivalent to [`hatchling build`](https://hatch.pypa.io/latest/) except for [the enablement of passthrough arguments](https://github.com/pypa/hatch/pull/1743).
13+
14+
```bash
15+
hatch-build -- --my-custom-plugin-arg
16+
```
17+
1218
> [!NOTE]
1319
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).

0 commit comments

Comments
 (0)