MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / dialoguer_theme

Function dialoguer_theme

crates/chat-cli/src/util/mod.rs:101–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101pub fn dialoguer_theme() -> ColorfulTheme {
102 ColorfulTheme {
103 prompt_prefix: dialoguer::console::style("?".into()).for_stderr().magenta(),
104 ..ColorfulTheme::default()
105 }
106}
107
108/// A writer that discards all data written to it.
109pub struct NullWriter;

Callers 10

executeMethod · 0.85
select_experimentFunction · 0.85
executeMethod · 0.85
select_checkpointFunction · 0.85
fuzzy_select_todosFunction · 0.85
select_modelFunction · 0.85
migrateFunction · 0.85
chooseFunction · 0.85
inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected