Versions in this module Expand all Collapse all v0 v0.1.1 Sep 24, 2024 v0.1.0 Sep 22, 2024 Changes in this version + type ProtoComp struct + func NewProtoComp(fs afero.Fs, cfgFunc func() (config.Config, error)) *ProtoComp + func (c *ProtoComp) CompleteMethod(_ *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) + func (c *ProtoComp) CompletePackage(_ *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) + func (c *ProtoComp) CompleteService(_ *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) + type ProtoFileFlag struct + func NewProtoFileFlag(cfgFunc func() (config.Config, error)) *ProtoFileFlag + func (f *ProtoFileFlag) Complete(_ *cobra.Command, args []string, _ string) ([]string, cobra.ShellCompDirective)