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

Is the command name character restriction necessary? #28

Open
MCStreetguy opened this issue Jun 19, 2018 · 0 comments
Open

Is the command name character restriction necessary? #28

MCStreetguy opened this issue Jun 19, 2018 · 0 comments

Comments

@MCStreetguy
Copy link

I recently set up a command line application with this library and I'm very impressed about it.
The possibilities totally fulfill what I tried to achieve.

But now I stumbled upon a restriction in the command names.
I wanted to create "namespaced" commands, just as e.g. the Flow Framework does.
I tried to register core:cache:flush but I receive an Exception, telling me that only word characters and hyphens could be used as name.

Is there any reasonable cause for this restriction?
Would it be possible to add more chars to the pattern or even leave the naming completely up to the developer?

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