diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-03-30 06:45:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 06:45:49 +0100 |
| commit | 0d16a113c5fc9da7bb75f8c771714f4e00449f19 (patch) | |
| tree | 87e7bb841f5e9cc2ffa0dd3d5492c0a4648b4db7 /atuin-common/src/api.rs | |
| parent | Update `atuin search` docs (#828) (diff) | |
| download | atuin-0d16a113c5fc9da7bb75f8c771714f4e00449f19.zip | |
Add `atuin status` (#830)
Useful for debugging, checking the state of things, and for if you
forget your username!
Diffstat (limited to '')
| -rw-r--r-- | atuin-common/src/api.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-common/src/api.rs b/atuin-common/src/api.rs index 6f18d18c..e9809329 100644 --- a/atuin-common/src/api.rs +++ b/atuin-common/src/api.rs @@ -69,6 +69,7 @@ pub struct IndexResponse { #[derive(Debug, Serialize, Deserialize)] pub struct StatusResponse { pub count: i64, + pub username: String, pub deleted: Vec<String>, } |
