github.com/jbendotnet/noms@v0.0.0-20190904222105-c43e4293ea92/cmd/util/kingpin_command.go (about) 1 // Copyright 2017 Attic Labs, Inc. All rights reserved. 2 // Licensed under the Apache License, version 2.0: 3 // http://www.apache.org/licenses/LICENSE-2.0 4 5 package util 6 7 import "github.com/attic-labs/kingpin" 8 9 type KingpinHandler func(input string) (exitCode int) 10 type KingpinCommand func(*kingpin.Application) (*kingpin.CmdClause, KingpinHandler)