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

Create help #143

Merged
merged 3 commits into from
Jan 31, 2015
Merged

Create help #143

merged 3 commits into from
Jan 31, 2015

Conversation

wadtech
Copy link
Contributor

@wadtech wadtech commented Dec 18, 2014

Had a go at #126.

It's just a simple regex looking for --help in the create call.

It's got a passing spec, let me know if I'm way off the mark.

Cheers

@petems petems added the v1.0.0 label Jan 29, 2015
@@ -141,6 +141,11 @@ def ssh(name=nil)
:desc => "Enable backups on the droplet"

def create(name)
if name =~ /^(--)?help/
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 change this to also catch -h also?

petems added a commit that referenced this pull request Jan 31, 2015
@petems petems merged commit ac794d5 into petems:master Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants