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 b5fdebf commit 5da92e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ export default abstract class extends Command {
staging: Flags.boolean({
description: 'connect to Checkout application in Staging environment',
hidden: true,
}),
})
/*,
link: Flags.boolean({
char: 'l',
description: 'generate short link'
})
*/
}


Expand Down

0 comments on commit 5da92e8

Please sign in to comment.