We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9603e42 commit 72c95a8Copy full SHA for 72c95a8
src/commands/profile/index.ts
@@ -12,7 +12,7 @@ function handleEntities(value: any, previous: any) {
12
return previous.concat([value]);
13
}
14
15
-function profileCommands(program: Command, defaultEnvironment: string) {
+function profileCommands(program: Command, _defaultEnvironment: string) {
16
program.command("Profiles Header");
17
18
program
0 commit comments