Refactored assets to use propper java syntax. Found error in the raven test command. Impropper formating when passing arguments to the java command.
This commit is contained in:
16
README.md
16
README.md
@@ -32,6 +32,22 @@ cd demo
|
||||
raven run main.Main
|
||||
```
|
||||
|
||||
## Raven commands
|
||||
Usage: raven <COMMAND>
|
||||
|
||||
Commands:
|
||||
new Create a new raven project
|
||||
init Create a new raven project in an existing directory
|
||||
build Compile the current project
|
||||
run Run the current project
|
||||
test !!! BORKED !!! Run the tests
|
||||
clean Remove the target directory and caching
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
|
||||
## Future plans
|
||||
|
||||
- [ ] Make `raven run` fall back to an entry point specified in Nest.toml, when
|
||||
|
||||
Reference in New Issue
Block a user