List defaults for all the boolean options #97

Open
opened 2015-01-12 07:36:21 -08:00 by callumlocke · 0 comments
callumlocke commented 2015-01-12 07:36:21 -08:00 (Migrated from github.com)

It would be good to clarify the defaults for these in the readme:

    forceDelete: bool, // Whether to overwrite existing directory or not
    excludeHiddenUnix: bool, // Whether to copy hidden Unix files or not (preceding .)
    preserveFiles: bool, // If we're overwriting something and the file already exists, keep the existing
    preserveTimestamps: bool, // Preserve the mtime and atime when copying files
    inflateSymlinks: bool, // Whether to follow symlinks or not when copying files
    whitelist: bool, // if true every file or directory which doesn't match filter will be ignored
It would be good to clarify the defaults for these in the readme: ``` js forceDelete: bool, // Whether to overwrite existing directory or not excludeHiddenUnix: bool, // Whether to copy hidden Unix files or not (preceding .) preserveFiles: bool, // If we're overwriting something and the file already exists, keep the existing preserveTimestamps: bool, // Preserve the mtime and atime when copying files inflateSymlinks: bool, // Whether to follow symlinks or not when copying files whitelist: bool, // if true every file or directory which doesn't match filter will be ignored ```
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#97
No description provided.