mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Doc.
This commit is contained in:
parent
9f0e5be785
commit
6bc2a2ecb9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Args {
|
|||
@Parameter(names = arrayOf("--help", "--usage"), description = "Display the help")
|
||||
var usage: Boolean = false
|
||||
|
||||
@Parameter(names = arrayOf("-i", "--init"), description = "Create a new build file based on the current project")
|
||||
@Parameter(names = arrayOf("-i", "--init"), description = "Create a build file based on the current project")
|
||||
var init: Boolean = false
|
||||
|
||||
@Parameter(names = arrayOf("--log"), description = "Define the log level (1-3)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue