package cli
import "github.com/golang-migrate/migrate/v4/internal/cli"
Index ¶
Functions ¶
func Main ¶
func Main(version string)
Main function of a cli application. It is public for backwards compatibility with `cli` package
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
Log represents the logger
func (*Log) Printf ¶
Printf prints out formatted string into a log
func (*Log) Println ¶
func (l *Log) Println(args ...interface{})
Println prints out args into a log
func (*Log) Verbose ¶
Verbose shows if verbose print enabled
Source Files ¶
- Version
- v4.18.0
- Published
- Sep 8, 2024
- Platform
- darwin/amd64
- Imports
- 16 packages
- Last checked
- 1 hour ago –
Tools for package owners.