Skip to content

Commit

Permalink
CHORE: CLEAN SOURCE CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Jun 28, 2024
1 parent db850b6 commit 63711f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ export default abstract class extends Command {
staging: Flags.boolean({
description: 'connect to Microstore application in Staging environment',
hidden: true,
}),
})
/* ,
link: Flags.boolean({
char: 'l',
description: 'generate short link'
})
/* ,
}),
client_id: Flags.string({
description: 'the application client_id',
hidden: true,
Expand Down

0 comments on commit 63711f2

Please sign in to comment.