docs(list_users): fmt

This commit is contained in:
Rudxain 2025-01-24 01:00:44 -04:00
commit 080fef93bb
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -279,10 +279,10 @@ impl PmCommand {
.into_iter()
.map(|p| PackageId::new(p).expect("One of these is wrong: `PackId` regex, ADB implementation. Or the spec now allows a wider char-set")).collect())
}
#[allow(clippy::doc_markdown, reason = "Multi URL")]
/// `list users` sub-command (header-less).
/// - https://source.android.com/docs/devices/admin/multi-user-testing
/// - https://stackoverflow.com/questions/37495126/android-get-list-of-users-and-profile-name
/// - <https://source.android.com/docs/devices/admin/multi-user-testing>
/// - <https://stackoverflow.com/questions/37495126/android-get-list-of-users-and-profile-name>
pub fn list_users(mut self) -> Result<Vec<String>, String> {
self.0 .0 .0.args(["list", "users"]);
// is it actually multi-line?