1. 13 Nov, 2019 1 commit
    • Jacky Wu's avatar
      Avoid no-match message in case STRIP_FLAG_HELP been set · d9b184bd
      Jacky Wu authored
      If the workaround in issue #43 is used along with the define of
      STRIP_FLAG_HELP to 1, there would be a wrong "No modules matched"
      message been print at end of the usage message.
      
      That's because we continue the loop if we see strip flag help value and
      never set the `found_match` flag to true even if we found a match.
      
      By moving the set statement above the continue, we can avoid this wrong
      message.
      d9b184bd
  2. 01 Nov, 2019 2 commits
  3. 29 Sep, 2019 3 commits
  4. 17 Sep, 2019 1 commit
  5. 25 Jan, 2019 1 commit
  6. 05 Dec, 2018 2 commits
  7. 01 Dec, 2018 1 commit
  8. 30 Nov, 2018 2 commits
  9. 11 Nov, 2018 7 commits
  10. 09 Nov, 2018 2 commits
  11. 15 Oct, 2018 3 commits
  12. 14 Oct, 2018 1 commit
  13. 28 Sep, 2018 9 commits
  14. 05 Jul, 2018 2 commits
  15. 31 Jan, 2018 2 commits
  16. 29 Jan, 2018 1 commit