mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
refactor(odin): Migrated nushell-completion command to go.
This commit is contained in:
1
cli.odin
1
cli.odin
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user