Skip to content

Commit

Permalink
move prompt file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Apr 25, 2020
1 parent 715eec1 commit db51094
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.mjs
Expand Up @@ -6,7 +6,7 @@ import { parse } from './parse/index.mjs'

import { exec as execute } from './exec.mjs'
import { spawn as spawner } from './spawn.mjs'
import { prompt as promptUser } from './prompt/index.mjs'
import { prompt as promptUser } from './prompt.mjs'

export const cli = (args = {}) => {
const { options = [] } = args
Expand Down
File renamed without changes.

0 comments on commit db51094

Please sign in to comment.