-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb-connect, adb-pair, adb-disconnect: add page #15250
base: main
Are you sure you want to change the base?
Conversation
adb is a painful how it has tons of subcommands that do a singular thing. |
I think that the example with |
I disagree. Scattered subcommands that relate to each other and do a singular thing should be grouped together for easy access. There is no variation for how |
But |
That's true. I've been thinking if we could use a some other format for when a command has been moved. |
pages/common/adb-disconnect.md
Outdated
> This command is an alias of `adb connect`. | ||
|
||
- View documentation for the original command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> This command is an alias of `adb connect`. | |
- View documentation for the original command: | |
> This command has been moved to `adb connect`. | |
- View documentation for `adb disconnect`: |
Something like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be okay in my opinion. However, I'd like to wait for other reviewers' opinions on this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "has been moved to adb connect
"?
And the second line is a bit strange; "view adb disconnect
--> tldr adb connect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make a suggestion for what you mean with the second line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. Thanks for your contribution. I wish a wonderful christmas time!
Co-authored-by: Wiktor Perskawiec <[email protected]>
Co-authored-by: Sebastiaan Speck <[email protected]>
Co-authored-by: Sebastiaan Speck <[email protected]>
#13997
common
,linux
,osx
,windows
,sunos
,android
, etc.