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:
9
cmd_nushell_completion.odin
Normal file
9
cmd_nushell_completion.odin
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
COMPLETION_SCRIPT: string : string(#load("mod.nu"))
|
||||
|
||||
cmd_nushell_completion :: proc(cmd: ^Command) {
|
||||
fmt.print(COMPLETION_SCRIPT)
|
||||
}
|
||||
Reference in New Issue
Block a user