Skip to content

Commit

Permalink
fix(flags): ensure json is available for backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 6, 2023
1 parent f882e3a commit abe559e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sfpowerscripts-cli/src/commands/pool/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default class List extends SfpowerscriptsCommand {
public static description = messages.getMessage('commandDescription');

protected static requiresDevhubUsername = true;

public static enableJsonFlag = true

public static examples = [
`$ sfpowerscripts pool:list -t core `,
`$ sfpowerscripts pool:list -t core -v devhub`,
Expand Down

0 comments on commit abe559e

Please sign in to comment.