internal: add more output to the status command
This commit is contained in:
parent
e651da9ff3
commit
8c6dd09507
1 changed files with 7 additions and 0 deletions
|
|
@ -111,6 +111,13 @@ pub(crate) fn handle_analyzer_status(
|
|||
.status(file_id)
|
||||
.unwrap_or_else(|_| "Analysis retrieval was cancelled".to_owned()),
|
||||
);
|
||||
|
||||
buf.push_str("\nVersion: \n");
|
||||
format_to!(buf, "{}", crate::version());
|
||||
|
||||
buf.push_str("\nConfiguration: \n");
|
||||
format_to!(buf, "{:?}", snap.config);
|
||||
|
||||
Ok(buf)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue