package gfalse
import(
"os"
"github.com/omnipunk/cli/mtool"
)
func Run(flags *mtool.Flags) {
os.Exit(1)
}