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

Add delimiter parsing by options section #90

Closed
ifedchankau opened this issue Jul 31, 2018 · 4 comments
Closed

Add delimiter parsing by options section #90

ifedchankau opened this issue Jul 31, 2018 · 4 comments

Comments

@ifedchankau
Copy link
Collaborator

Now delimiter is parsing only by examples section. Please, add delimiter parsing by options section.

Example (delimiter =):

Options:
    -c, --config=<file>

Example (delimiter ):

Options:
    -c, --config <file>

Also, add tests for it.

@itekaf
Copy link
Contributor

itekaf commented Aug 16, 2018

I'm not sure about this issue, because some options look like:

-c, --config string
-c, -- config : String

How tell the difference between additional information and value of the option for identification delimiter?

@itekaf
Copy link
Contributor

itekaf commented Aug 16, 2018

I suggest to create separate property in option for delimiter

@itekaf itekaf changed the title Add delimiter parsing by options section Add delimiter parsing by examples section Aug 17, 2018
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 18, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
@itekaf
Copy link
Contributor

itekaf commented Aug 18, 2018

Please, renemase issue for parsing by option section not example

@ifedchankau ifedchankau changed the title Add delimiter parsing by examples section Add delimiter parsing by options section Aug 18, 2018
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 18, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 18, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 18, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 18, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
ifedchankau added a commit to ifedchankau/usage-parser that referenced this issue Aug 20, 2018
- Add delimiter parsing by Options section
- Review & add tests

Closes linterhub#90
@itekaf
Copy link
Contributor

itekaf commented Aug 20, 2018

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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