mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 09:08:47 +00:00
Remove comment, add final set of missing commands
This commit is contained in:
parent
ca72101496
commit
f7a6eb3747
@ -1,16 +1,23 @@
|
|||||||
from thefuck.utils import is_app, get_closest, replace_argument
|
from thefuck.utils import is_app, get_closest, replace_argument
|
||||||
|
|
||||||
|
|
||||||
# the most common ADB commands
|
|
||||||
_ADB_COMMANDS = (
|
_ADB_COMMANDS = (
|
||||||
'backup',
|
'backup',
|
||||||
'bugreport',
|
'bugreport',
|
||||||
'connect',
|
'connect',
|
||||||
'devices',
|
'devices',
|
||||||
|
'disable-verity',
|
||||||
'disconnect',
|
'disconnect',
|
||||||
|
'enable-verity',
|
||||||
|
'emu',
|
||||||
'forward',
|
'forward',
|
||||||
|
'get-devpath',
|
||||||
|
'get-serialno',
|
||||||
|
'get-state',
|
||||||
'install',
|
'install',
|
||||||
|
'install-multiple',
|
||||||
'jdwp',
|
'jdwp',
|
||||||
|
'keygen',
|
||||||
'kill-server',
|
'kill-server',
|
||||||
'logcat',
|
'logcat',
|
||||||
'pull',
|
'pull',
|
||||||
@ -19,11 +26,17 @@ _ADB_COMMANDS = (
|
|||||||
'reconnect',
|
'reconnect',
|
||||||
'restore',
|
'restore',
|
||||||
'reverse',
|
'reverse',
|
||||||
|
'root',
|
||||||
'run-as',
|
'run-as',
|
||||||
'shell',
|
'shell',
|
||||||
|
'sideload',
|
||||||
'start-server',
|
'start-server',
|
||||||
'sync',
|
'sync',
|
||||||
'uninstall'
|
'tcpip',
|
||||||
|
'uninstall',
|
||||||
|
'unroot',
|
||||||
|
'usb',
|
||||||
|
'wait-for',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user