MCPcopy
hub / github.com/rubenv/sql-migrate / Help

Method Help

sql-migrate/command_status.go:17–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type StatusCommand struct{}
16
17func (*StatusCommand) Help() string {
18 helpText := `
19Usage: sql-migrate status [options] ...
20
21 Show migration status.
22
23Options:
24
25 -config=dbconfig.yml Configuration file to use.
26 -env="development" Environment.
27
28`
29 return strings.TrimSpace(helpText)
30}
31
32func (*StatusCommand) Synopsis() string {
33 return "Show migration status"

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected