forked from tomchavakis/nuget-license
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
When using --output markdown tables are written with separator header and footer.
This is not supported by piped table syntax.
Current (buggy) result:
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| Package | Version | License Information Origin | License Expression | License Url | Copyright | Authors | Package Project Url |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| NETStandard.Library | 2.0.3 | Url | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | .NET Foundation and Contributors | Microsoft | https://dot.net/ |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
Expected result:
| Package | Version | License Information Origin | License Expression | License Url | Copyright | Authors | Package Project Url |
| -------------------------------------- | ------- | -------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------- | --------- | ------------------- |
| NETStandard.Library | 2.0.3 | Url | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | https://github.com/dotnet/standard/blob/master/LICENSE.TXT | .NET Foundation and Contributors | Microsoft | https://dot.net/ |
PR incoming.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed