Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add follow options to follow symbolink links #78

Merged
merged 2 commits into from
Jan 17, 2020

Conversation

axelhzf
Copy link
Contributor

@axelhzf axelhzf commented Jan 15, 2020

Fix #40

copyfiles Outdated
@@ -26,9 +26,12 @@ args.alias('a', 'all')
.alias('s','soft')
.boolean('s')
.describe('s', 'do not overwrite destination files if they exist')
.usage('$0 [options] inFile [more files ...] outDirectory').help()
.boolean('follow')
Copy link
Owner

Choose a reason for hiding this comment

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

can we get a short alias for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure, but f was already taken by flatten. Any suggestion?

Copy link
Owner

Choose a reason for hiding this comment

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

upper case F ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

alias added :D

@calvinmetcalf calvinmetcalf merged commit 53cf70d into calvinmetcalf:master Jan 17, 2020
@calvinmetcalf
Copy link
Owner

v2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

copyfiles doesn't follow directories that are symlinks
2 participants