mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-20 10:24:53 +00:00
Update help command
This commit is contained in:
parent
66fb03fa0d
commit
2f40cdcd64
2 changed files with 10 additions and 7 deletions
|
@ -44,12 +44,12 @@ func Status() error {
|
|||
return err
|
||||
}
|
||||
|
||||
fmt.Println("Migration list:")
|
||||
fmt.Println("Available migrations:")
|
||||
for _, migration := range applied {
|
||||
fmt.Printf("DONE: %s\n", migration.Id)
|
||||
fmt.Printf(" Complete: %s\n", migration.Id)
|
||||
}
|
||||
for _, migration := range planned {
|
||||
fmt.Printf("TODO: %s\n", migration.Id)
|
||||
fmt.Printf(" Pending: %s\n", migration.Id)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue