Skip to content

Commit

Permalink
refactor(site): format command
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 5, 2024
1 parent a15c818 commit 1a89a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/docs/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Install `eo-phi-normalizer` - see [Installation](./installation.md).
Dataize the program recursively.

```$ as console
eo-phi-normalizer dataize --recursive --rules eo-phi-normalizer/test/eo/phi/rules/yegor.yaml \
eo-phi-normalizer dataize \
--recursive \
--rules eo-phi-normalizer/test/eo/phi/rules/yegor.yaml \
--dependency-file 'eo-phi-normalizer/data/0.38.0/org/eolang/float.phi' \
--dependency-file 'eo-phi-normalizer/data/0.38.0/org/eolang/bytes.phi' \
celsius.phi
Expand Down

0 comments on commit 1a89a65

Please sign in to comment.