'Usage' does not properly handle arguments, print newlines or return status codes #625
Labels
bug
Something isn't working
ToBeConfirmed
Bug reports that needs to be confirmed or reproduced by the development tea.
Milestone
klog -h
andklog -v
do not print newlines.klog -dskajfdklsa
has0
as a return code. (Considering the argment is garbage, it should return1
.Arguments such as
aaa-valhalla
are interpreted as-v
since the actual test is this:if (arguments.contains("-v"))
Scratch that
The text was updated successfully, but these errors were encountered: