"raco pollen help" falsely advertises an output directory for rendering
#125
Closed
opened 8 years ago by ghost
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
raco pollen render ignores the destination directory argument.
eg. if i use the command "raco pollen render src/ dest/", the destination argument is ignored and all source files are rendered to the same directory in which they reside. This is consistent with what is described in pollen documentation, but contradicts "raco pollen help" which claims:
"render [dir] [dest] render project in dir (default is current dir) to dest (default is desktop)"
Suggested solution: update the raco pollen help comment to remove mention of [dest].
"raco pollen publish" can be used as an additional step to render pollen files into a destination directory.
False advertising indeed. Thanks.