Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
1c958e02
Commit
1c958e02
authored
8 years ago
by
Tobias Preuss
Committed by
Robby Russell
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend list of adb commands. (#5584)
parent
291e96dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
_adb
plugins/adb/_adb
+5
-0
No files found.
plugins/adb/_adb
View file @
1c958e02
...
@@ -13,9 +13,13 @@ _1st_arguments=(
...
@@ -13,9 +13,13 @@ _1st_arguments=(
'disconnect:disconnect from a TCP/IP device. Port 5555 is default.'
'disconnect:disconnect from a TCP/IP device. Port 5555 is default.'
'emu:run emulator console command'
'emu:run emulator console command'
'forward:forward socket connections'
'forward:forward socket connections'
'get-devpath:print the device path'
'get-serialno:print the serial number of the device'
'get-state:print the current state of the device: offline | bootloader | device'
'help:show the help message'
'help:show the help message'
'install:push this package file to the device and install it'
'install:push this package file to the device and install it'
'jdwp:list PIDs of processes hosting a JDWP transport'
'jdwp:list PIDs of processes hosting a JDWP transport'
'keygen:generate adb public/private key'
'kill-server:kill the server if it is running'
'kill-server:kill the server if it is running'
'logcat:view device log'
'logcat:view device log'
'pull:copy file/dir from device'
'pull:copy file/dir from device'
...
@@ -30,6 +34,7 @@ _1st_arguments=(
...
@@ -30,6 +34,7 @@ _1st_arguments=(
'start-server:ensure that there is a server running'
'start-server:ensure that there is a server running'
'tcpip:restart host adb in tcpip mode'
'tcpip:restart host adb in tcpip mode'
'uninstall:remove this app package from the device'
'uninstall:remove this app package from the device'
'usb:restart the adbd daemon listing on USB'
'version:show version num'
'version:show version num'
'wait-for-device:block until device is online'
'wait-for-device:block until device is online'
)
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment