Skip to content

Commit

Permalink
💬 Remove version indicator, which could be redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
brianary authored Apr 9, 2024
1 parent e8ea76e commit 6e1d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Show-OpenApiInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Process
{
$api = Get-OpenApiInfo.ps1 $Path
Write-Host $api.Title -ForegroundColor Green -NoNewline
Write-Host " v$($api.Version) " -ForegroundColor DarkCyan -NoNewline
Write-Host " $($api.Version) " -ForegroundColor DarkCyan -NoNewline
if($api.Description) {Write-Host $api.Description -ForegroundColor DarkGreen}
Write-Host $api.Source -ForegroundColor Cyan -NoNewline
Write-Host " OpenAPI v$($api.OpenApi)" -ForegroundColor DarkCyan
Expand Down

0 comments on commit 6e1d494

Please sign in to comment.