KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
GNU General Public License v3.0
76
stars
25
forks
source link
'Usage' does not properly handle arguments, print newlines or return status codes #625
Closed
ikbenkous closed 11 months ago
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