$ grass --help
A Sass compiler written purely in Rust
Usage: grass [OPTIONS] [INPUT] [OUTPUT]
Arguments:
[INPUT] Sass files
[OUTPUT] Output CSS file
Options:
-v, --version
--stdin Read the stylesheet from stdin
-I, --load-path <LOAD_PATH> A path to use when resolving imports. May be passed multiple times.
-s, --style <STYLE> Minified or expanded output [default: expanded] [possible values: expanded, compressed]
--no-charset Don't emit a @charset or BOM for CSS with non-ASCII characters.
--no-unicode Whether to use Unicode characters for messages.
-q, --quiet Don't print warnings.
-h, --help Print help