trim verbose todo-tool descriptions, drop exhaustive subsystem list
This commit is contained in:
parent
bc69ee3b8f
commit
2b5e5a30f4
4 changed files with 18 additions and 31 deletions
|
|
@ -296,10 +296,8 @@ pub(super) fn render_loose_ends(loose_ends: &[hive_sh4re::LooseEnd]) -> String {
|
|||
if hidden_todos > 0 {
|
||||
let _ = writeln!(
|
||||
out,
|
||||
"- {hidden_todos} more todo(s) not shown — review the ones above, then clear \
|
||||
the ids you've actually looked at with mark_todos_done(ids: [...]) (or \
|
||||
cancel_loose_end kind:\"todo\" id:<N> for just one) and call get_loose_ends \
|
||||
again to see the next batch; there is no blind bulk-clear-by-range for todos"
|
||||
"- {hidden_todos} more todo(s) not shown — clear reviewed ids with \
|
||||
mark_todos_done(ids: [...]), then call get_loose_ends again for the rest"
|
||||
);
|
||||
}
|
||||
out
|
||||
|
|
|
|||
Loading…
Reference in a new issue