mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +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
|
@ -105,8 +105,8 @@ export const commands: Cmd[] = [
|
|||
aliases: ['lc'],
|
||||
options: [
|
||||
{
|
||||
arg: '-n, --no-fix',
|
||||
description: "Do not add MPL-2.0 headers to files that don't have it",
|
||||
arg: '--fix',
|
||||
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.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue