forked from kent/consciousness
kill cli/misc.rs
This commit is contained in:
parent
5a832b1d6c
commit
70097fa84b
6 changed files with 157 additions and 162 deletions
|
|
@ -474,7 +474,7 @@ fn resolve(
|
|||
let mut keys = Vec::new();
|
||||
for group in &cfg.context_groups {
|
||||
if !group.agent { continue; }
|
||||
let entries = crate::cli::misc::get_group_content(group, &cfg);
|
||||
let entries = crate::cli::node::get_group_content(group, &cfg);
|
||||
for (key, content) in entries {
|
||||
use std::fmt::Write;
|
||||
writeln!(text, "--- {} ({}) ---", key, group.label).ok();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue