Replies: 1 comment
-
A similar thing that would be nice is allowing #!/usr/bin/env odin run -foo -bar -file
package main
import "core:fmt"
main :: proc() {
fmt.println("Hellope")
} Would allow running it with: And/or allow leaving out the .odin for the main file which makes it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behaviour:
Error:
Expected either a directory or a .odin file, got '-'
It would be nice if it worked.
Beta Was this translation helpful? Give feedback.
All reactions