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

Options cannot be placed as 1st or 2nd argument #4

Closed
Illu opened this issue Aug 30, 2018 · 1 comment
Closed

Options cannot be placed as 1st or 2nd argument #4

Illu opened this issue Aug 30, 2018 · 1 comment

Comments

@Illu
Copy link
Owner

Illu commented Aug 30, 2018

This should work:

$ pypy --no-space 5 🌴

But it currently returns an error "Size must be a number".

Right now, options must be placed after the size and emoji. It would be nice if they could be written anywhere in the command, like this:

$ pypy --no-space 3 👻 --no-copy 

👻
👻👻
👻👻👻
👻👻
👻
@Illu Illu changed the title Options cannot be placed anywhere Options cannot be placed as 1st or 2nd argument Aug 30, 2018
@fbarrailla
Copy link
Collaborator

Maybe we have to use a command line parser to handle the arguments in a cleaner way.

This project is going too far :) anyway feel free to send me a PR, I'll be busy for a moment, no time for dev right now ..

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