Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

adding detailed example to cli --help #1177

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions bin/node-sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ var cli = meow({
'Example',
' node-sass --output-style compressed foobar.scss foobar.css',
' cat foobar.scss | node-sass --output-style compressed > foobar.css',
'Example: Watch the sass directory for changes, compile with sourcemap to css/style.css',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saper I think this description is useful in #1178

' node-sass --watch --recursive --output-style compact --source-map css/style.css.map',
' --source-map-contents --output css --include-path sass css/style.css',
'',
'Options',
' -w, --watch Watch a directory or file',
Expand Down