Skip to content

Commit

Permalink
adding the hidden property to the internal flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaScales committed Jan 12, 2024
1 parent 82a1558 commit ac056db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/commands/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ exports.builder = yargs => {
yargs.option('internal', {
describe: 'Internal HubSpot version of creation command',
type: 'boolean',
hidden: true,
});

return yargs;
Expand Down

0 comments on commit ac056db

Please sign in to comment.