Re-add zet links
This commit is contained in:
parent
df9fa52c21
commit
035d575f0e
5 changed files with 51 additions and 4 deletions
|
@ -3,6 +3,7 @@ package cmd
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
|
@ -23,6 +24,8 @@ var findCmd = &cobra.Command{
|
|||
|
||||
zets := lib.SearchZets(args[0])
|
||||
|
||||
lib.ParseZetList(zets)
|
||||
result := lib.ParseZetList(zets)
|
||||
|
||||
fmt.Println(strings.Join(result, "\n"))
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue