Skip to content

Commit

Permalink
Disables invalid command
Browse files Browse the repository at this point in the history
  • Loading branch information
willroberts committed Apr 5, 2022
1 parent 4ff4ec0 commit 2134727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/crm.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3266,6 +3266,7 @@ program
console.log prettyError.render(e)
callback(e)

"""
program
.command 'announcements:migrate_announcement'
.description 'Migrates an in-game announcement to the current environment from the staging environment'
Expand Down Expand Up @@ -3353,6 +3354,7 @@ program
console.log prettyError.render(e)
callback(e)
"""

program
.command 'users:gift_crates <username_or_email>'
Expand Down

0 comments on commit 2134727

Please sign in to comment.