Adding command-line support by pulling @smilepleeeaz's improvements into your repository#7
Open
unforgettableid wants to merge 3 commits intoWhite-Tiger:masterfrom
Open
Adding command-line support by pulling @smilepleeeaz's improvements into your repository#7unforgettableid wants to merge 3 commits intoWhite-Tiger:masterfrom
unforgettableid wants to merge 3 commits intoWhite-Tiger:masterfrom
Conversation
Made changes to run WinMTR without GUI and print Errors/Reports on the standard output/error console. Added a macro that will switch the GUI/Non GUI mode.
Updated the code for support the WinMTR in console mode using cmd param --report or -r. The original clean windows version can be restored by simply compiling without compile time directive WIN_MTR_NO_GUI
Owner
|
sorry, I can't merge it for now since it's incompatible with my local build among other things. |
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.
Your version of WinMTR is console-only.
@smilepleeeaz has created a fork of your version.
His version is dual-mode. By default, it runs in GUI mode. If you call it using a special command-line argument, it runs in console mode instead.
He wrote: "All these changes are under the same GPLv2 license as the original."
Could you please pull his work into your repository?