Added print flag

This commit is contained in:
Devine Lu Linvega 2024-04-28 17:27:38 -07:00
parent 06c5c3c3da
commit 1ddc66e1dd
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ cc src/modal.c -o bin/modal
bin/modal examples/hello.modal bin/modal examples/hello.modal
-v Print version -v Print version
-q Quiet mode, no step printing -q Quiet mode, no step printing
-p Print summary with refs count
-n Infinite mode, no rewrites limit -n Infinite mode, no rewrites limit
``` ```