cmd

package
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute runs the command line tool.

Types

type AppOpenOpts

type AppOpenOpts struct {
	AppID    string `cliutil:"option=app-id"`
	Settings string `cliutil:"option=settings short=s"`
}

AppOpenOpts contains the options for the app open command.

func (AppOpenOpts) Vars

func (o AppOpenOpts) Vars() string

Vars returns the query string variables based on AppOpenOpts.Settings.

type FieldOpenOpts

type FieldOpenOpts struct {
	TableID string `cliutil:"option=table-id"`
	FieldID string `cliutil:"option=field-id"`
}

FieldOpenOpts contains the options for the field open command.

type TableOpenOpts

type TableOpenOpts struct {
	TableID  string `cliutil:"option=table-id"`
	Settings string `cliutil:"option=settings"`
}

TableOpenOpts contains the options for the table open command.

func (TableOpenOpts) Vars

func (o TableOpenOpts) Vars() string

Vars returns the query string variables based on TableOpenOpts.Settings.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL