mirror of
https://github.com/appium/appium.git
synced 2026-04-25 21:08:57 -05:00
get rid of forceQuitInstruments (fix #2901)
This commit is contained in:
@@ -191,16 +191,6 @@ var args = [
|
||||
, nargs: 0
|
||||
}],
|
||||
|
||||
[['--force-quit-instruments', '-fqi'], {
|
||||
defaultValue: false
|
||||
, dest: 'forceQuitInstruments'
|
||||
, action: 'storeTrue'
|
||||
, required: false
|
||||
, help: "Run the watcher process that will force-kill an " +
|
||||
"unresponsive instruments"
|
||||
, nargs: 0
|
||||
}],
|
||||
|
||||
[['--app-pkg'], {
|
||||
dest: 'androidPackage'
|
||||
, defaultValue: null
|
||||
|
||||
Reference in New Issue
Block a user