feat: cli help `right click to paste`

This commit is contained in:
Xmader 2020-12-03 21:04:36 -05:00
parent b9d5ffa6fb
commit 0e1f4aeafd
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ void (async () => {
type: 'input',
name: 'fileInit',
message: 'Score URL or path to local MSCZ file:',
suffix: `\n (starts with "${SCORE_URL_PREFIX}" or local filepath ends with "${EXT}")\n `,
suffix: '\n ' +
`(starts with "${SCORE_URL_PREFIX}" or local filepath ends with "${EXT}") ` +
`${chalk.bgGray`right-click to paste`}\n `,
validate (input: string) {
return input &&
(