12 lines
207 B
Markdown
12 lines
207 B
Markdown
# Zed Schema Generator
|
|
|
|
Prints various Zed schemas to stdout.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
cargo run -p schema_generator -- --help
|
|
|
|
cargo run -p schema_generator -- theme
|
|
cargo run -p schema_generator -- icon_theme
|
|
```
|