mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-07-15 05:55:54 +00:00
Start building out the backend with database
This commit is contained in:
parent
17476d3f2c
commit
677b4277a6
11 changed files with 241 additions and 63 deletions
|
@ -14,6 +14,8 @@ func Parse() {
|
|||
switch os.Args[1] {
|
||||
case "run":
|
||||
run(os.Args[2:])
|
||||
case "migrate":
|
||||
migrate(os.Args[2:])
|
||||
case "-h":
|
||||
case "--help":
|
||||
fmt.Println("Available commands are:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue