cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExampleTemplate = template.Must(template.New("Example").Parse(
	`	# Use Command-Line mode:
	"bioctl {{.Use}} {{- range .OptionsUsage }} {{ . }} {{- end }}"
	
	# Enter Interactive mode:
	1. Firstly input parent Command:
	"bioctl {{.ParentName}}" 

	2. Select Subcommand 
	"{{.Name}}"
`))

Functions

func GenExample

func GenExample(cmd *cobra.Command) string

"# list workspaces: bioctl workspace list"

func GetAllRuns

func GetAllRuns(ctx context.Context, submissionClient factory.SubmissionClient, workspaceID string, submissionID string) ([]convert.RunItem, error)

func GetWorkspaceName

func GetWorkspaceName(timeout int, workspaceClient factory.WorkspaceClient) (string, error)

func ParseWholeDataModel

func ParseWholeDataModel(ctx context.Context, dataModelClient factory.DataModelClient, workspaceID, dataModelID string) ([]string, [][]string, error)

Types

type ExampleData

type ExampleData struct {
	ParentName   string
	Name         string
	Use          string
	OptionsUsage []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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