Documentation
¶
Index ¶
- func NewCmdCreate(c *CommandOptions) *cobra.Command
- func NewCmdDeleteall(c *CommandOptions) *cobra.Command
- func NewCmdMove(c *CommandOptions) *cobra.Command
- func NewCmdSheets(c *CommandOptions) *cobra.Command
- func NewCmdSort(c *CommandOptions) *cobra.Command
- type CmdOut
- type CommandOptions
- type CreateOptions
- type DeleteOptions
- type MoveOptions
- type SortOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
func NewCmdCreate(c *CommandOptions) *cobra.Command
NewCmdCreate represents the create command
func NewCmdDeleteall ¶ added in v0.1.2
func NewCmdDeleteall(c *CommandOptions) *cobra.Command
NewCmdDeleteall represents the deleteall command
func NewCmdMove ¶
func NewCmdMove(c *CommandOptions) *cobra.Command
NewCmdMove represents the move command
func NewCmdSheets ¶
func NewCmdSheets(c *CommandOptions) *cobra.Command
NewCmdSheets represents the sheets command
func NewCmdSort ¶
func NewCmdSort(c *CommandOptions) *cobra.Command
NewCmdSort represents the sort command
Types ¶
type CommandOptions ¶
type CreateOptions ¶
type CreateOptions struct { *CommandOptions Title string SpreadSheetID string }
type DeleteOptions ¶ added in v0.1.2
type DeleteOptions struct { *CommandOptions SpreadSheetID string Exclusions []string }
type MoveOptions ¶
type MoveOptions struct { *CommandOptions SpreadSheetID string SheetID int64 Index int64 }
type SortOptions ¶
type SortOptions struct { *CommandOptions SpreadSheetID string }
Click to show internal directories.
Click to hide internal directories.