Joe Tannenbaum
Joe Tannenbaum
This was an oversight, but I will look into rectifying it. Thanks for bringing it to my attention, I'll keep you updated.
I understand your example above, but in the referenced issue afterwards (https://github.com/amphp/aerys/issues/58) how would you expect something like that to come back? Just so I know we're on the same...
Hey @bwoebi, I guess my question is, would you like it to work something like this: ``` bin/aerys -c config.php -- --port 80 --host localhost ``` ``` php $climate->arguments->trailing(); //...
Just put it into master, want to check it out before I tag it? ``` php $trailing_args = $climate->arguments->trailing(); ```
I'm sorry for the delay, I've been swamped at work trying to launch a big project. I'll get this up this week.
I hear you, I apologize. CLImate will get love this week.
I'm working on re-working the argument parser so that it's more readable and intuitive. The '--' version of the trailing arguments is in the current release (3.2.1), if you need...
I realized yesterday after submitting this PR that since the spinner erases itself, you could just output a message yourself using something like `info` afterwards. I still like the idea...
Ah, gotcha. Ok that makes sense, I didn't realize that it worked differently within the context of Laravel. I made a (failed) package a while ago that included a [terminal...
Yeah Taylor gave me a heads up when I was making Terminalia that Prompts was coming down the pipeline, so it became more of a learning project than anything else....