mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
10 lines
166 B
Odin
10 lines
166 B
Odin
package main
|
|
|
|
import "core:fmt"
|
|
|
|
COMPLETION_SCRIPT: string : string(#load("mod.nu"))
|
|
|
|
cmd_nushell_completion :: proc(cmd: ^Command) {
|
|
fmt.print(COMPLETION_SCRIPT)
|
|
}
|