Files
Odin/src
Tetralux 10b109e25f Clarify that you can pass a directory to odin build
Changes the usage information to this:
```
D:\Software\odin\odin.exe is a tool for managing Odin source code
Usage:
        D:\Software\odin\odin.exe command [arguments]
Commands:
        build     compile .odin file, or directory of .odin files, as an executable.
                  one must contain the program's entry point, all must be in the same package.
        run       same as 'build', but also then runs the newly compiled executable.
        check     parse and type check .odin file
        query     parse, type check, and output a .json file containing information about the program
        docs      generate documentation for a .odin file
        version   print version
```
2019-10-19 17:55:05 +01:00
..
2019-09-03 22:11:21 +01:00
2019-09-01 20:02:39 +01:00
2018-06-17 10:58:59 +01:00
2018-03-23 16:35:41 +00:00
2018-01-13 22:26:37 +00:00
2018-02-25 19:23:52 +00:00
2019-09-03 22:11:21 +01:00
2019-05-25 20:24:19 +01:00