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

Parse multiple arguments in a row #15

Open
ston1x opened this issue Oct 25, 2020 · 0 comments
Open

Parse multiple arguments in a row #15

ston1x opened this issue Oct 25, 2020 · 0 comments

Comments

@ston1x
Copy link
Owner

ston1x commented Oct 25, 2020

Background

Currently available arguments for clerk are: -f, -d and others. It is currently impossible to use two or more arguments in a row, e.g. git_clerk clerk -fd. The parser only understands them separately: git_clerk clerk -f -d
Screen Shot 2020-10-25 at 20 41 35

To do

  • Allow any combinations of supported arguments, e.g. -fd, -df (it becomes more interesting when there are more than 3 of them. Just reversing them wouldn't help)
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

1 participant