Skip to content

Commit

Permalink
fix: update command template
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Jul 21, 2022
1 parent 28eda70 commit 76ffa1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/src/command.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { Flags } from '@oclif/core';
import { SfCommand } from '@salesforce/sf-plugins-core';
import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
import { Messages } from '@salesforce/core';

Messages.importMessagesDirectory(__dirname);
Expand Down

0 comments on commit 76ffa1f

Please sign in to comment.