Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ stop_with_message
Method
stop_with_message
crates/chat-cli/src/util/spinner.rs:107–110 ·
view source on GitHub ↗
(&mut self, msg: String)
Source
from the content-addressed store, hash-verified
105
}
106
107
pub fn stop_with_message(&mut self, msg: String) {
108
self.stop();
109
println!(
"\x1b[2K\r{msg}"
);
110
}
111
}
112
113
#[cfg(test)]
Callers
4
execute
Method · 0.80
try_device_authorization
Function · 0.80
select_profile_interactive
Function · 0.80
test_spinner
Function · 0.80
Calls
1
stop
Method · 0.45
Tested by
1
test_spinner
Function · 0.64