Skip to content

Commit

Permalink
feat(site): document the option combination --single --single-line
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Nov 29, 2024
1 parent d8a0058 commit b12970e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions site/docs/src/eo-phi-normalizer/rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@ eo-phi-normalizer rewrite --single --rules ./eo-phi-normalizer/test/eo/phi/rules
}
```

### `--single --single-line`

```$ as console
eo-phi-normalizer rewrite --single --single-line --rules ./eo-phi-normalizer/test/eo/phi/rules/yegor.yaml celsius.phi
```

```console
{ ⟦ c ↦ Φ.org.eolang.float ( as-bytes ↦ Φ.org.eolang.bytes ( Δ ⤍ 40-39-00-00-00-00-00-00 ) ), result ↦ ξ.c.times ( x ↦ ⟦ Δ ⤍ 3F-FC-CC-CC-CC-CC-CC-CD ⟧ ) .plus ( x ↦ ⟦ Δ ⤍ 40-40-00-00-00-00-00-00 ⟧ ), λ ⤍ Package ⟧ }
```

### `--single` `--json`

```$ as console
Expand Down

0 comments on commit b12970e

Please sign in to comment.