Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Feb 12, 2024
1 parent 2f1c119 commit e54ed76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ import {settings} from './settings'
* @example For ESM dev.js
* ```
* #!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning
* import { execute } from "@oclif/core"
* import { execute } from '@oclif/core'
*
* await execute({development: true, dir: import.meta.url})
* ```
*
* @example For ESM run.js
* ```
* #!/usr/bin/env node
* import { execute } from "@oclif/core"
* import { execute } from '@oclif/core'
*
* await execute({dir: import.meta.url})
* ```
Expand Down

0 comments on commit e54ed76

Please sign in to comment.