mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-18 11:00:02 +02:00
Add atuin status
(#830)
Useful for debugging, checking the state of things, and for if you forget your username!
This commit is contained in:
@@ -69,6 +69,7 @@ pub struct IndexResponse {
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct StatusResponse {
|
||||
pub count: i64,
|
||||
pub username: String,
|
||||
pub deleted: Vec<String>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user