feat: Allow to generate more than one output at once - #484
#484Open
workgroupengineering wants to merge 7 commits into
dotnet-outdated:masterdotnet-outdated/dotnet-outdated:masterfrom
workgroupengineering:features/Multiple-formatterworkgroupengineering/dotnet-outdated:features/Multiple-formatterCopy head branch name to clipboard
Open
feat: Allow to generate more than one output at once#484workgroupengineering wants to merge 7 commits intodotnet-outdated:masterdotnet-outdated/dotnet-outdated:masterfrom workgroupengineering:features/Multiple-formatterworkgroupengineering/dotnet-outdated:features/Multiple-formatterCopy head branch name to clipboard
workgroupengineering wants to merge 7 commits into
dotnet-outdated:masterdotnet-outdated/dotnet-outdated:masterfrom
workgroupengineering:features/Multiple-formatterworkgroupengineering/dotnet-outdated:features/Multiple-formatterCopy head branch name to clipboard
Conversation
workgroupengineering
force-pushed
the
features/Multiple-formatter
branch
from
September 7, 2023 10:16
a85f47f to
694dd75
Compare
workgroupengineering
force-pushed
the
features/Multiple-formatter
branch
from
April 11, 2024 08:27
256cb8a to
bdc5e97
Compare
workgroupengineering
force-pushed
the
features/Multiple-formatter
branch
from
April 30, 2024 15:21
bdc5e97 to
de03090
Compare
workgroupengineering
marked this pull request as draft
May 17, 2024 14:42
workgroupengineering
force-pushed
the
features/Multiple-formatter
branch
from
May 17, 2024 15:06
6b29e9e to
5a7b55a
Compare
workgroupengineering
marked this pull request as ready for review
May 17, 2024 15:12
# Conflicts: # src/DotNetOutdated/Program.cs
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.
Allow to generate more than one output at once eg:
dotnet-outdated -o outdated -of Markdown -of Csv -of Json;Indentation=noneEach formatter can have its own options separated by
;. At moment formatters only implement theoutputFileoption.Fixes #447