Skip to content

Commit

Permalink
fix: stadalone flag passing in ios script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsspriyansh committed May 28, 2024
1 parent 9923b18 commit 5241319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const run = () => {
try {
const argv = process.argv.slice(2);
const {_: args, ...options} = minimist(argv, {
boolean: ['install', 'setup', 'help', 'appium', 'standalone'],
boolean: ['install', 'setup', 'help', 'appium'],
alias: {
help: 'h',
mode: 'm',
Expand Down

0 comments on commit 5241319

Please sign in to comment.