For easier command line using, I've added a new command with symfony/console - #106
Open
Clarence-pan wants to merge 7 commits into
Open
For easier command line using, I've added a new command with symfony/console#106Clarence-pan wants to merge 7 commits into
Clarence-pan wants to merge 7 commits into
Conversation
Current coverage is
|
Owner
|
Hey @Clarence-pan, thanks a lot for this PR! Any chance you could also include some tests for the |
matthiasmullie
force-pushed
the
master
branch
9 times, most recently
from
January 26, 2017 08:13
087edeb to
33048c5
Compare
matthiasmullie
force-pushed
the
master
branch
from
September 13, 2017 16:51
3f9cebc to
e13f94a
Compare
matthiasmullie
force-pushed
the
master
branch
from
September 21, 2017 13:13
ee15810 to
11a1520
Compare
matthiasmullie
force-pushed
the
master
branch
6 times, most recently
from
February 2, 2018 12:44
4bed726 to
62dac3b
Compare
matthiasmullie
force-pushed
the
master
branch
from
November 26, 2018 20:29
a3cbcc7 to
4762aed
Compare
matthiasmullie
force-pushed
the
master
branch
3 times, most recently
from
December 27, 2020 21:35
b77bed6 to
b053ae3
Compare
matthiasmullie
force-pushed
the
master
branch
2 times, most recently
from
December 27, 2020 21:43
85ee174 to
227f190
Compare
matthiasmullie
force-pushed
the
master
branch
3 times, most recently
from
November 18, 2022 12:22
949e01d to
51d1aa4
Compare
matthiasmullie
force-pushed
the
master
branch
2 times, most recently
from
March 6, 2025 09:42
9ddadb8 to
4c4ecee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The original command line tools cannot directly specify an output file. It's painful in some cases.
So I added a new command with symfony/console. Then you can use it like this:
Hope you will like it and accept it.
p.s. In previous PL, PHP 5.4 complains... So I've change the symfony/console's version to >=2.0. It should be OK now.