theme_importer: Add --output flag for outputting the theme to a file (#7486)

```bash
cargo run -p theme_importer -- dark-plus-syntax-color-theme.json --output output.json
```

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
d1y 2024-02-08 05:23:36 +08:00 committed by GitHub
parent e6dad23154
commit 45cf36e870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 deletions

View file

@ -1 +1,5 @@
# Zed Theme Importer
```sh
cargo run -p theme_importer -- dark-plus-syntax-color-theme.json --output output-theme.json
```