Skip to content

Commit

Permalink
GH-1630 Use Result.error() to handle unknown command scenario (Fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Nov 2, 2022
1 parent 586d3cf commit 3b49c1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package com.reposilite.shared.extensions

import com.reposilite.VERSION
import panda.std.Result
import panda.std.Result.error
import panda.std.asSuccess
import picocli.CommandLine
import java.util.TreeSet
Expand Down

0 comments on commit 3b49c1f

Please sign in to comment.