Remove unused replace arg

Summary:
There used to be a flag to control whether we wanted to replace an existing running instance.

No longer in use so safe to delete.

Reviewed By: antonk52

Differential Revision: D50077975

fbshipit-source-id: 8d7bad1f85e4520fd006cdcabe6e9899468688cc
This commit is contained in:
Lorenzo Blasa
2023-10-09 05:36:24 -07:00
committed by Facebook GitHub Bot
parent b11a85c4b3
commit b898e349a2

View File

@@ -70,11 +70,6 @@ const argv = yargs
type: 'boolean',
default: true,
},
replace: {
describe: 'Replaces any running instance, if any.',
type: 'boolean',
default: true,
},
})
.version('DEV')
.help()