helm/cmd
Marc Khouzam 97e353bda5 feat(comp): Dynamic completion for plugins
For each plugin, helm registers a ValidArgsFunction which the completion
script will call when it needs dynamic completion.  This
ValidArgsFunction will setup the plugin environment and then call the
executable `plugin.complete`, if it is provided by the plugin.

The output of the call to `plugin.complete` will be used as completion
choices.  The last line of the output can optionally be used by the
plugin to specify a completion directive.

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
2020-02-21 08:01:40 -05:00
..
helm feat(comp): Dynamic completion for plugins 2020-02-21 08:01:40 -05:00