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

Issues/352 blank options #440

Merged
merged 11 commits into from
Jul 2, 2013

Conversation

gschueler
Copy link
Member

Enhance option variable replacement to use blank values if a value is present for issue #352

  • commands, script args, etc now replace ${option.name} with blank string if the value isn't present
  • Default option values are used if an option isn't specified, even if not marked "required"
  • Users can specify a blank value, even if an option has a default, as long as it is not "required"
  • run and dispatch tools support passing blank arguments (-option1 "")
  • Script token expansion of the form @option.value@ will also replace with blank if the value is not available.

gschueler added a commit that referenced this pull request Jul 2, 2013
@gschueler gschueler merged commit 6ec425e into rundeck:development Jul 2, 2013
@gschueler gschueler deleted the issues/352-blank-options branch July 2, 2013 18:55
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.

1 participant