mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-04 17:27:23 +00:00
index.js: update prompt format
This commit is contained in:
parent
8d95e2ad13
commit
1bcff6f073
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -36,7 +36,7 @@ const shapeChannels = (channels) =>
|
||||||
const fuzzySelect = (choices) =>
|
const fuzzySelect = (choices) =>
|
||||||
inquirer.prompt([{
|
inquirer.prompt([{
|
||||||
choices,
|
choices,
|
||||||
message: 'SomaFM channel',
|
message: 'SomaFM Channel:',
|
||||||
name: 'channelURL',
|
name: 'channelURL',
|
||||||
type: 'search-list',
|
type: 'search-list',
|
||||||
}])
|
}])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue