pub fn record(workspace: &Workspace, found: &Found) -> Result<String>Expand description
Write the new list to both files: .env is what compose reads, and
run.config.toml is what init rewrites .env from. Writing one alone means
the next init --update either misses it or drops it.