mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Don’t display tasks if the build file can’t be compiled.
This commit is contained in:
parent
fd58ed58e4
commit
dc1ebfb15d
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ class Options @Inject constructor(
|
|||
}),
|
||||
Option( { args.tasks }, {
|
||||
// --tasks
|
||||
runIfSuccessfulBuild(buildError) {
|
||||
displayTasks()
|
||||
}
|
||||
}),
|
||||
Option( { args.checkVersions }, {
|
||||
// --checkVersions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue