chore: Completed todos.

This commit is contained in:
2026-06-16 09:27:49 -04:00
parent 73a41830d1
commit 397f45d4d0
5 changed files with 127 additions and 111 deletions

View File

@@ -126,6 +126,7 @@ find_ssh_private_keys :: proc() -> (keys: [dynamic]string, ok: bool) {
return
}
// Caller is responsible for calling delete_config()
new_config :: proc(
private_key_paths: []string,
cfg_path: string = "~/.envr/config.json",