-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [docs] Update usage/readme * [lint] disable line_length rule for usage * Fix test
- Loading branch information
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
DiffFormatterTests/__Snapshots__/RoutingTests/testUsageHandler.1.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
▿ Optional<String> | ||
- some: "\nDiffFormatter Info:\n -h, --help\n Displays this dialog\n -v, --version\n Displays DiffFormatter version information\n\nDiff Formatting:\n The first 2 arguments must be (branch or tag) version strings, given as:\n\n `DiffFormatter OLD_VERSION NEW_VERSION`\n\nDiff-Modifying Arguments:\n --no-show-version\n The ability to hide the version header\n --release-manager\n The release manager\'s email, e.g. `--release-manager=$(git config --get user.email)`\n --project-dir\n Project directory if DiffFormatter is not being called from project directory\n --git-diff\n Manually-passed git diff in expected format. See README for format details.\n\nConfiguration:\n Configuration instructions available in the README.\n\n\nAdditional information available at: https://github.com/namolnad/DiffFormatter\n" | ||
- some: "\nDiffFormatter Info:\n -h, --help\n Displays this dialog\n -v, --version\n Displays DiffFormatter version information\n\nDiff Formatting:\n The first 2 arguments must be (branch or tag) version strings, given as:\n\n `DiffFormatter OLD_VERSION NEW_VERSION`\n\nOther Arguments:\n --no-show-version\n The ability to hide the version header\n --release-manager\n The release manager\'s email. e.g. `--release-manager=$(git config --get user.email)`\n --project-dir\n Project directory if DiffFormatter is not being called from project directory\n --git-diff\n Manually-passed git diff in expected format. See README for format details.\n --no-fetch\n Don\'t fetch origin before auto-generating diff\n --build-number\n Build number string to be included in version header. Takes precedence over build number command in config. e.g. `6.19.1 (6258)`\n\nConfiguration:\n Configuration instructions available in the README.\n\n\nAdditional information available at: https://github.com/namolnad/DiffFormatter\n" |
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