This commit is contained in:
Thomas Hobson 2021-05-08 12:57:37 +12:00
parent 543cb11e69
commit 93188099b7
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
3 changed files with 15 additions and 12 deletions

View file

@ -8,7 +8,7 @@ exports.aliases = ['run'];
exports.describe = 'Executes file with the specified runner';
exports.builder = {
version: {
language_version: {
string: true,
desc: 'Set the version of the language to use',
alias: ['l'],
@ -55,7 +55,7 @@ exports.handler = async (argv) => {
const request = {
language: argv.language,
version: argv['language-version'],
version: argv['language_version'],
files: files,
args: argv.args,
stdin,