Skip to content

Commit

Permalink
Successful about return value
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 19, 2024
1 parent 0a0b0be commit 95cb6e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/build.id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
256
262
5 changes: 4 additions & 1 deletion src/cli/fury.scala
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def main(): Unit =
case About() =>
execute:
about()
ExitStatus.Fail(1)
ExitStatus.Ok

case Build() =>
execute(runBuild())
Expand Down Expand Up @@ -240,3 +240,6 @@ def main(): Unit =
Out.println(userError.message)
ExitStatus.Fail(1)




0 comments on commit 95cb6e1

Please sign in to comment.