Re-add zet links
This commit is contained in:
parent
df9fa52c21
commit
035d575f0e
5 changed files with 51 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"code.oliverdavies.uk/opdavies/cmd-zet/internal/lib"
|
||||
|
@ -14,6 +17,8 @@ var titlesCmd = &cobra.Command{
|
|||
Run: func(cmd *cobra.Command, args []string) {
|
||||
zets := lib.GetAllZets()
|
||||
|
||||
lib.ParseZetList(zets)
|
||||
result := lib.ParseZetList(zets)
|
||||
|
||||
fmt.Println(strings.Join(result, "\n"))
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue