Old code passes -1 to os.Exit and the value is directly passed to syscall. The behavior with -1 depends on environments (most cases should convert into 255 though) This commit is to remove unnecessary the ambiguity and change it to use 1 instead of 255. |
||
|---|---|---|
| .. | ||
| completion.go | ||
| convert.go | ||
| root.go | ||
| version.go | ||