working parsing of json and stub for parsing commands
This commit is contained in:
commit
51ec473ee6
7 changed files with 229 additions and 0 deletions
11
readme.md
Normal file
11
readme.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Why?
|
||||
Because I can.
|
||||
|
||||
# How to use
|
||||
Usage:
|
||||
* `odin_runner` - Run the default command with the defautl configuration (i.e. build with the defaults)
|
||||
* `odin_runner build` - Same as above
|
||||
* `odin_runner build debug` - Same as above but with an explicit configuration (`debug`)
|
||||
* `odin_runner check` - Runs odin check with the defaults
|
||||
* `odin_runner check debug` - Same as above but with an explicit configuration (`debug`)
|
||||
* `odin_runner clean debug` - Cleans up build artefacts in the build directory of an explicit configuration (`debug`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue