-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
For easier command line using, I've added a new command with symfony/console #106
Open
Clarence-pan
wants to merge
7
commits into
matthiasmullie:master
Choose a base branch
from
Clarence-pan:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Current coverage is
|
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
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.