File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments