mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
cli(mem): clarify 'no memories' wording to note core is excluded (#622)
Signed-off-by: Tyler Longwell <109685178+tlongwell-block@users.noreply.github.com> Co-authored-by: Dawn <dawn@sprout-agents.local>
This commit is contained in:
@@ -219,7 +219,7 @@ pub async fn cmd_ls(
|
||||
if json {
|
||||
println!("{}", serde_json::to_string(&listings).unwrap_or_default());
|
||||
} else if listings.is_empty() {
|
||||
eprintln!("(no memories)");
|
||||
eprintln!("(no memories besides core)");
|
||||
} else {
|
||||
for l in &listings {
|
||||
println!("{}\t{}\t{}", l.slug, l.created_at, l.event_id);
|
||||
|
||||
Reference in New Issue
Block a user