View Source Helmex.Helm (Helmex v0.0.1)

Datastructure representing a full helm command with arguments and options.

Link to this section Summary

Link to this section Types

@type args() :: [binary()]
@type command() :: binary()
@type options() :: [Helmex.Option.t()]
@type t() :: %Helmex.Helm{
  args: args(),
  command: command(),
  global_options: options(),
  options: options()
}