chore: splitting monolith into packages
This commit is contained in:
10
commands/list_tasks.go
Normal file
10
commands/list_tasks.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package commands
|
||||
|
||||
import (
|
||||
"gotask-cli/models"
|
||||
"gotask-cli/utils"
|
||||
)
|
||||
|
||||
func ListTasks(backlog []models.Task) {
|
||||
utils.PrintTasksAsATable(backlog)
|
||||
}
|
||||
Reference in New Issue
Block a user