github.com/tomwright/dasel@v1.27.3/internal/command/update_stub.go (about)

     1  // +build noupdater
     2  
     3  package command
     4  
     5  import (
     6  	"github.com/spf13/cobra"
     7  	"github.com/tomwright/dasel/internal/selfupdate"
     8  )
     9  
    10  func updateCommand(updater *selfupdate.Updater) *cobra.Command {
    11  	return &cobra.Command{}
    12  }