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

Aligns cli syntax for extra_arguments #174

Merged
merged 2 commits into from
Mar 8, 2017
Merged

Aligns cli syntax for extra_arguments #174

merged 2 commits into from
Mar 8, 2017

Conversation

lorengordon
Copy link
Member

Previously, using extra_arguments from the cli required passing
arguments like so:

--content_source <foo>

The internal underscore makes this unlike other cli opts.

This patch replaces internal hyphens with an underscore, so
extra_arguments can now be passed the same as normal cli opts:

--content-source <foo>

Fixes #164

Previously, using extra_arguments from the cli required passing
arguments like so:

`--content_source <foo>`

The internal underscore makes this unlike other cli opts.

This patch replaces internal hyphens with an underscore, so
extra_arguments can now be passed the same as normal cli opts:

`--content-source <foo>`

Fixes #164
@codecov
Copy link

codecov bot commented Mar 8, 2017

Codecov Report

Merging #174 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #174   +/-   ##
========================================
  Coverage    18.88%   18.88%           
========================================
  Files           14       14           
  Lines          768      768           
  Branches        81       81           
========================================
  Hits           145      145           
  Misses         622      622           
  Partials         1        1
Impacted Files Coverage Δ
src/watchmaker/init.py 16.77% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b808fab...1e39567. Read the comment docs.

@lorengordon lorengordon merged commit 1ac90bc into plus3it:develop Mar 8, 2017
@lorengordon lorengordon deleted the issue-164 branch March 8, 2017 18:29
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.

2 participants