1. 04 Oct, 2019 4 commits
  2. 03 Oct, 2019 21 commits
  3. 02 Oct, 2019 2 commits
  4. 01 Oct, 2019 6 commits
  5. 30 Sep, 2019 6 commits
  6. 27 Sep, 2019 1 commit
    • Marc Khouzam's avatar
      feat(comp) Dynamic completion to use same binary as main call · 1726142e
      Marc Khouzam authored
      The binary of Helm to use for dynamic completion should be the same
      as the actual Helm binary being used.  For example, if PATH points
      to a version of helm v3, but the user calls a binary named helm2 to
      use a renamed v2 version, then dynamic completion should also use helm2.
      If not, in this example, the dynamic completion will use the
      information returned by helm v3.
      
      This improvement is particularly useful for users that will run both
      helm v2 and helm v3 at the same time.
      Signed-off-by: 's avatarMarc Khouzam <marc.khouzam@montreal.ca>
      1726142e