Refactor
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
a4901b9ae7
commit
d27eca0a07
13 changed files with 71 additions and 57 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"code.oliverdavies.uk/opdavies/cmd-zet/internal/lib"
|
||||
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
|
||||
)
|
||||
|
||||
var createCmd = &cobra.Command{
|
||||
|
@ -20,6 +20,6 @@ var createCmd = &cobra.Command{
|
|||
title = strings.Join(args, " ")
|
||||
}
|
||||
|
||||
lib.CreateZet(title)
|
||||
zet.CreateZet(title)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue