Skip to content

Commit

Permalink
Additional cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Oct 8, 2024
1 parent 6f288d5 commit efe0d3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/theme/src/cli/commands/theme/pull.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {themeFlags} from '../../flags.js'
import ThemeCommand from '../../utilities/theme-command.js'
import {pull, PullFlags} from '../../services/pull.js'
import {showEmbeddedCLIWarning} from '../../utilities/embedded-cli-warning.js'
import {globalFlags} from '@shopify/cli-kit/node/cli'
import {Flags} from '@oclif/core'

Expand Down Expand Up @@ -57,10 +56,7 @@ If no theme is specified, then you're prompted to select the theme to pull from
}),
}

static cli2Flags = ['theme', 'development', 'live', 'nodelete', 'only', 'ignore', 'force', 'development-theme-id']

async run(): Promise<void> {
showEmbeddedCLIWarning()
const {flags} = await this.parse(Pull)
const pullFlags: PullFlags = {
path: flags.path,
Expand Down

0 comments on commit efe0d3a

Please sign in to comment.