Documentation
¶
Overview ¶
Package completion implements completion functions for the uc cli.
Index ¶
- func ComposeServices(ctx context.Context, args []string, toComplete string, ...) ([]cobra.Completion, cobra.ShellCompDirective)
- func Contexts(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
- func Machines(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
- func MachinesFlag(cmd *cobra.Command)
- func Services(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
- func Volumes(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComposeServices ¶
func ComposeServices(ctx context.Context, args []string, toComplete string, files, profiles []string) ([]cobra.Completion, cobra.ShellCompDirective)
func Contexts ¶
func Contexts(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
func Machines ¶
func Machines(ctx context.Context, uncli *cli.CLI, args []string, toComplete string) ([]cobra.Completion, cobra.ShellCompDirective)
func MachinesFlag ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.