mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +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
|
||||
|
||||
|
||||
# the most common ADB commands
|
||||
_ADB_COMMANDS = (
|
||||
'backup',
|
||||
'bugreport',
|
||||
'connect',
|
||||
'devices',
|
||||
'disable-verity',
|
||||
'disconnect',
|
||||
'enable-verity',
|
||||
'emu',
|
||||
'forward',
|
||||
'get-devpath',
|
||||
'get-serialno',
|
||||
'get-state',
|
||||
'install',
|
||||
'install-multiple',
|
||||
'jdwp',
|
||||
'keygen',
|
||||
'kill-server',
|
||||
'logcat',
|
||||
'pull',
|
||||
@ -19,11 +26,17 @@ _ADB_COMMANDS = (
|
||||
'reconnect',
|
||||
'restore',
|
||||
'reverse',
|
||||
'root',
|
||||
'run-as',
|
||||
'shell',
|
||||
'sideload',
|
||||
'start-server',
|
||||
'sync',
|
||||
'uninstall'
|
||||
'tcpip',
|
||||
'uninstall',
|
||||
'unroot',
|
||||
'usb',
|
||||
'wait-for',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user