Refactor
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
590109b425
commit
a28e1cb7a0
7 changed files with 40 additions and 26 deletions
|
@ -20,7 +20,9 @@ If -j or --json is added, the results will be in JSON format.`,
|
|||
Run: func(cli *cobra.Command, args []string) {
|
||||
zets := zet.GetAllZets()
|
||||
|
||||
result := zet.ParseZetList(zets)
|
||||
zetList := zet.CreateZetList(zets)
|
||||
|
||||
result := zetList.Parse()
|
||||
|
||||
if jsonOutput {
|
||||
json, err := json.AsJSON(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue