From fc66cf0e5917c166989360408d265133020fd510 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Thu, 1 Feb 2024 14:00:33 +0100 Subject: Upgrade clap_complete to 4.4.9 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/clap_complete For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I8d6c3a390a21c87aed54d0714d84d92cce39db12 --- src/dynamic/completer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dynamic/completer.rs') diff --git a/src/dynamic/completer.rs b/src/dynamic/completer.rs index 8c8cb93..232dd4b 100644 --- a/src/dynamic/completer.rs +++ b/src/dynamic/completer.rs @@ -16,7 +16,7 @@ pub trait Completer { completer: &str, buf: &mut dyn std::io::Write, ) -> Result<(), std::io::Error>; - /// Complete the command + /// Complete the given command fn write_complete( &self, cmd: &mut clap::Command, @@ -26,7 +26,7 @@ pub trait Completer { ) -> Result<(), std::io::Error>; } -/// Complete the command specified +/// Complete the given command pub fn complete( cmd: &mut clap::Command, args: Vec, -- cgit v1.2.3