Skip to content

Commit

Permalink
Add config option to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 22, 2024
1 parent b57bd41 commit dc3b0d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/accounts/remove.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-nocheck
const { addConfigOptions } = require('../../lib/commonOpts');
const { logger } = require('@hubspot/local-dev-lib/logger');
const {
getConfig,
Expand Down Expand Up @@ -69,6 +70,7 @@ exports.handler = async options => {
};

exports.builder = yargs => {
addConfigOptions(yargs);
yargs.positional('account', {
describe: i18n(`${i18nKey}.options.account.describe`),
type: 'string',
Expand Down

0 comments on commit dc3b0d2

Please sign in to comment.