github.com/runcom/containerd@v0.0.0-20160708090337-9bff9f934c0d/ctr/const.go (about)

     1  package main
     2  
     3  // ctr wide constants
     4  const (
     5  	// ExitStatusOK indicates successful completion
     6  	ExitStatusOK = 0
     7  
     8  	// ExitStatusMissingArg indicates failure due to missing argument(s)
     9  	ExitStatusMissingArg = 1
    10  )