1. 10 Mar, 2019 1 commit
    • Marc Khouzam's avatar
      Fix debug printouts for zsh completion · 4fec4b67
      Marc Khouzam authored
      Cobra provides some out-of-the-box debugging for bash completion.
      To use it, one must set the variable BASH_COMP_DEBUG_FILE to
      some file where the debug output will be written.  Many of the
      debug printouts indicate the current method name; they do so
      by using bash's ${FUNCNAME[0]} variable. This variable is
      different in zsh. To obtain the current method name in zsh
      we must use ${funcstack[1]}.
      
      This commit adds the proper sed modification to convert from
      bash to zsh.
      Signed-off-by: 's avatarMarc Khouzam <marc.khouzam@ville.montreal.qc.ca>
      4fec4b67
  2. 07 Mar, 2019 5 commits
  3. 06 Mar, 2019 1 commit
  4. 05 Mar, 2019 1 commit
  5. 04 Mar, 2019 4 commits
  6. 27 Feb, 2019 3 commits
  7. 26 Feb, 2019 4 commits
  8. 20 Feb, 2019 6 commits
  9. 19 Feb, 2019 5 commits
  10. 15 Feb, 2019 6 commits
  11. 13 Feb, 2019 1 commit
  12. 12 Feb, 2019 3 commits