Skip to content

Commit

Permalink
Solve sonarcloud issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Feb 27, 2024
1 parent c9945ee commit 95f755d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/config/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { promises as fPromises } from 'fs';
const { readFile, writeFile } = fPromises;

export default class Analytics extends Command {
static description = 'Enable or disable analytics for metrics collection';
static flags = {
static readonly description = 'Enable or disable analytics for metrics collection';
static readonly flags = {
help: Flags.help({ char: 'h' }),
disable: Flags.boolean({ char: 'd', description: 'disable analytics', default: false }),
enable: Flags.boolean({ char: 'e', description: 'enable analytics', default: false }),
Expand Down

0 comments on commit 95f755d

Please sign in to comment.