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

Error using gengetoptions parser ./parser_definition.sh parse prog > parser.sh #30

Closed
shinokada opened this issue Jun 29, 2021 · 2 comments

Comments

@shinokada
Copy link

image

I just followed the instruction:

~/Sandbox/examples
❯ gengetoptions parser ./parser_definition.sh parse prog > parser.sh

Deprecated. Use the --file option instead.
gengetoptions: The parser definition 'parser_definition' not found

Am I missing something here?

@ko1nksm
Copy link
Owner

ko1nksm commented Aug 25, 2021

I'm sorry. I forgot to update the documentation.

gengetoptions parser -f examples/parser_definition.sh parser_definition parse prog

or

cat examples/parser_definition.sh | gengetoptions parser parser_definition parse prog

@ko1nksm
Copy link
Owner

ko1nksm commented Aug 26, 2021

Fixed the documentation.

@ko1nksm ko1nksm closed this as completed Aug 26, 2021
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

No branches or pull requests

2 participants