mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 17:30:02 +02:00
🐛 I messed up the lc
args
This commit is contained in:
parent
6665b42b47
commit
50c97e1054
2 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.0.0-rc.2]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- `license-check`: Correct definition of `--fix`
|
||||||
|
|
||||||
## [1.0.0-rc.1]
|
## [1.0.0-rc.1]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -40,5 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Initial beta release
|
- Initial beta release
|
||||||
|
|
||||||
|
[1.0.0-rc.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.1...v1.0.0-rc.2
|
||||||
[1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1
|
[1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1
|
||||||
[1.0.0-a.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.1...v1.0.0-a.2
|
[1.0.0-a.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.1...v1.0.0-a.2
|
||||||
|
|
|
@ -105,8 +105,8 @@ export const commands: Cmd[] = [
|
||||||
aliases: ['lc'],
|
aliases: ['lc'],
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
arg: '-n, --no-fix',
|
arg: '--fix',
|
||||||
description: "Do not add MPL-2.0 headers to files that don't have it",
|
description: "Will add MPL-2.0 headers to files that don't have it",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
description: 'Check the src directory for the absence of MPL-2.0 header.',
|
description: 'Check the src directory for the absence of MPL-2.0 header.',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue