refactor(odin): Migrated nushell-completion command to go.

This commit is contained in:
2026-06-12 14:52:46 -04:00
parent 67f735a654
commit 5eee6cd6ea
6 changed files with 119 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ COMMANDS := []CommandInfo {
},
{"version", "envr version", "Show envr's version", "", {}},
{"edit-config", "envr edit-config", "Edit your config with your default editor", "", {}},
{"nushell-completion", "envr nushell-completion", "Generate custom completions for nushell", "", {}},
}
parse_args :: proc() -> (cmd: Command, ok: bool) {