kompose/cmd
namusyaka 45864ed624
make kompose exit with 1 if error (#1343)
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.
2020-11-04 08:24:52 +08:00
..
completion.go provide more details for building 2018-02-01 17:46:37 +08:00
convert.go Go mod (#1305) 2020-08-07 17:25:52 +08:00
root.go make kompose exit with 1 if error (#1343) 2020-11-04 08:24:52 +08:00
version.go Move version information to separate file 2017-11-07 15:28:04 -05:00