Skip to content

feat(set): add -f option to disable globbing#358

Merged
ariporad merged 1 commit intomasterfrom
feat-set-f-option
Feb 16, 2016
Merged

feat(set): add -f option to disable globbing#358
ariporad merged 1 commit intomasterfrom
feat-set-f-option

Conversation

@nfischer
Copy link
Copy Markdown
Member

See the docs for set('-f'). This is analogous to Bash's functionality.

It's a nice option to have safer code for the bulk of the utilities (this doesn't affect exec() yet but this will disable globbing for that too once that's an option)

Fixes #344

@nfischer nfischer added this to the v0.7.0 milestone Feb 16, 2016
@nfischer
Copy link
Copy Markdown
Member Author

@ariporad this should be ready for review now

@ariporad
Copy link
Copy Markdown
Contributor

LGTM!

ariporad added a commit that referenced this pull request Feb 16, 2016
feat(set): add -f option to disable globbing
@ariporad ariporad merged commit cf9cd2b into master Feb 16, 2016
@ariporad ariporad deleted the feat-set-f-option branch February 16, 2016 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants