command-line-interface
Advanced tools
Comparing version 3.1.3 to 3.2.0
@@ -13,7 +13,7 @@ "use strict"; | ||
header: rootCommand.name, | ||
content: [ | ||
command.description, | ||
'', | ||
`$ ${synopsis}` | ||
] | ||
content: [command.description] | ||
}, | ||
{ | ||
header: 'Synopsis', | ||
content: [synopsis] | ||
} | ||
@@ -20,0 +20,0 @@ ]; |
@@ -0,1 +1,8 @@ | ||
# [3.2.0](https://github.com/thenativeweb/command-line-interface/compare/3.1.3...3.2.0) (2020-02-07) | ||
### Features | ||
* Move synopsis to its own section. ([#27](https://github.com/thenativeweb/command-line-interface/issues/27)) ([7af0917](https://github.com/thenativeweb/command-line-interface/commit/7af09174adb7f6ae39278280f12a36f4ec7559c5)) | ||
## [3.1.3](https://github.com/thenativeweb/command-line-interface/compare/3.1.2...3.1.3) (2020-02-03) | ||
@@ -2,0 +9,0 @@ |
@@ -20,7 +20,7 @@ import { Command } from '../elements/Command'; | ||
header: rootCommand.name, | ||
content: [ | ||
command.description, | ||
'', | ||
`$ ${synopsis}` | ||
] | ||
content: [ command.description ] | ||
}, | ||
{ | ||
header: 'Synopsis', | ||
content: [ synopsis ] | ||
} | ||
@@ -27,0 +27,0 @@ ]; |
{ | ||
"name": "command-line-interface", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"description": "command-line-interface is a foundation for CLI applications.", | ||
@@ -32,3 +32,3 @@ "contributors": [ | ||
"record-stdstreams": "3.0.0", | ||
"roboter": "11.0.12", | ||
"roboter": "11.0.15", | ||
"semantic-release-configuration": "1.0.16", | ||
@@ -35,0 +35,0 @@ "sinon": "8.1.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56015