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

BUG: doesn't detect manual dash-convention correctly #17

Closed
carlbordum opened this issue Oct 12, 2018 · 1 comment
Closed

BUG: doesn't detect manual dash-convention correctly #17

carlbordum opened this issue Oct 12, 2018 · 1 comment

Comments

@carlbordum
Copy link
Owner

manly curl -sS should produce the same output as manly curl -s -S, but it doesnt:

$ manly curl -sS
No flags found.
$ manly curl -s -S 

curl - transfer a URL
=====================

      -S, --show-error
              When used with -s, --silent, it makes curl show an error message
              if it fails.

      -s, --silent
              Silent or quiet mode. Don't show progress meter  or  error  mes‐
              sages.   Makes  Curl mute. It will still output the data you ask
              for, potentially even to the terminal/stdout unless you redirect
              it.

start here https://github.com/carlbordum/manly/blob/master/manly.py#L120

@yvonneKim
Copy link
Contributor

I can work on this.

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

No branches or pull requests

2 participants