Skip to content

Commit d1c7635

Browse files
committed
Merge pull request purescript#1814 from damncabbage/topic/psc-docs-help-fix
Quotes psc-docs examples.
2 parents cb1c755 + 9aa05e3 commit d1c7635

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

psc-docs/Main.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,16 +244,16 @@ examples =
244244
PP.vcat $ map PP.text
245245
[ "Examples:"
246246
, " print documentation for Data.List to stdout:"
247-
, " psc-docs src/**/*.purs bower_components/*/src/**/*.purs \\"
247+
, " psc-docs \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\" \\"
248248
, " --docgen Data.List"
249249
, ""
250250
, " write documentation for Data.List to docs/Data.List.md:"
251-
, " psc-docs src/**/*.purs bower_components/*/src/**/*.purs \\"
251+
, " psc-docs \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\" \\"
252252
, " --docgen Data.List:docs/Data.List.md"
253253
, ""
254254
, " write documentation for Data.List to docs/Data.List.md, and"
255255
, " documentation for Data.List.Lazy to docs/Data.List.Lazy.md:"
256-
, " psc-docs src/**/*.purs bower_components/*/src/**/*.purs \\"
256+
, " psc-docs \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\" \\"
257257
, " --docgen Data.List:docs/Data.List.md \\"
258258
, " --docgen Data.List.Lazy:docs/Data.List.Lazy.md"
259259
]

0 commit comments

Comments
 (0)