Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-01 00:13:55 +01:00
parent d27eca0a07
commit 53a64be850
6 changed files with 6 additions and 12 deletions

View file

@ -3,9 +3,8 @@ package cmd
import (
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var createCmd = &cobra.Command{

View file

@ -7,10 +7,9 @@ import (
"strconv"
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/fzf"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var editCmd = &cobra.Command{

View file

@ -6,10 +6,9 @@ import (
"os"
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/json"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var findCmd = &cobra.Command{

View file

@ -5,9 +5,8 @@ import (
"os"
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var linksCmd = &cobra.Command{

View file

@ -5,10 +5,9 @@ import (
"log"
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/json"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var titlesCmd = &cobra.Command{

View file

@ -7,10 +7,9 @@ import (
"strconv"
"strings"
"github.com/spf13/cobra"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/fzf"
"code.oliverdavies.uk/opdavies/cmd-zet/internal/zet"
"github.com/spf13/cobra"
)
var viewCmd = &cobra.Command{