Replies: 1 comment 1 reply
-
|
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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