feat: accept patches from stdin in patch send command

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-24 11:36:57 +00:00
parent df54a53b7c
commit ee17c21dbb
8 changed files with 139 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support pull requests - by Awiteb
- Add `--personal-fork` flag to `repo announce` command - by Awiteb
- Log to stderr and a file - by Awiteb
- Accept patches from stdin in `patch send` command - by Awiteb
### Breaking Change