This commit is contained in:
Robin Appelman 2025-06-18 20:59:46 +02:00
commit e734324f37

View file

@ -1,5 +1,24 @@
# Demo editor
## Command line editor
### Building
```bash
cd wasm
cargo b --release --features cli
```
binary can be found at `target/release/edit`
### Usage
```bash
edit [options] <path.dem>
```
See `edit --help` for the available options.
## Rust api
```rust