1. 26 Mar, 2020 1 commit
    • Monty Taylor's avatar
      Re-add support for python 3.5 · 5405c3df
      Monty Taylor authored
      cliff is used by stestr which is used by more things than just
      openstack projects - one of them being zuul which still supports
      python 3.5. Let's keep supporting 3.5 here for now.
      
      Change-Id: I14fca07853677d041215649cb55caf1e0dc49753
      5405c3df
  2. 20 Feb, 2020 1 commit
    • Mark Goddard's avatar
      Fix nested argument groups with ignore conflict handler · 1ae0201a
      Mark Goddard authored
      Cliff provides an additional conflict handler for argparse - 'ignore'.
      To make this work it subclasses the argparse argument container classes
      and adds a handle_conflict_ignore method. It also overrides the group
      creation methods to return a subclassed argument group or mutually
      exclusive argument group objects. This works, until you add a nested
      argument group, at which point a standard argument group object is
      returned which does not support the ignore conflict handler.
      
      This change fixes the issue by returning subclassed group objects for
      nested groups.
      
      Change-Id: I517c61f24ba6194ff6181e115a3a23adbce3ea53
      Story: 2005891
      Task: 33749
      1ae0201a
  3. 06 Feb, 2020 1 commit
  4. 04 Feb, 2020 1 commit
  5. 18 Dec, 2019 1 commit
  6. 06 Dec, 2019 1 commit
  7. 14 Nov, 2019 1 commit
    • Eric Fried's avatar
      Add autoprogram_cliff_app_dist_name config opt · 8e4ae2b8
      Eric Fried authored
      This allows consumers to let cliff know who they are, so the
      autoprogram-sphinx directive doesn't produce messages like
      
       This command is provided by the $me plugin.
      
      Change-Id: I2d5a527910ddc64f83d0cba39c584b8b05a299b7
      8e4ae2b8
  8. 25 Oct, 2019 1 commit
  9. 18 Oct, 2019 1 commit
  10. 02 Oct, 2019 3 commits
  11. 23 Sep, 2019 1 commit
  12. 06 Sep, 2019 1 commit
  13. 03 Sep, 2019 1 commit
  14. 26 Jul, 2019 1 commit
    • yanpuqing's avatar
      Modify the help message of `-c`/`--column` parameter · f9d5a884
      yanpuqing authored
      Some users ues `-c`/`--column` parameter in the wrong way, such as:
      --column='ID Name'
      --column='ID:Name'
      --column='ID,Name'
      The patch modifies the help message of `-c`/`--column` parameter
      to indicate the correct use of the parameter.
      
      Change-Id: I7a5082ea6cbb91e2c5d3348f5a52558aab09d820
      Task: 29052
      Story: 2004845
      f9d5a884
  15. 05 Jul, 2019 1 commit
  16. 09 May, 2019 1 commit
  17. 05 May, 2019 2 commits
  18. 04 May, 2019 5 commits
  19. 22 Apr, 2019 1 commit
  20. 21 Apr, 2019 1 commit
  21. 19 Apr, 2019 1 commit
  22. 19 Feb, 2019 1 commit
  23. 23 Jan, 2019 1 commit
  24. 20 Dec, 2018 1 commit
  25. 07 Dec, 2018 1 commit
  26. 31 Oct, 2018 1 commit
  27. 30 Oct, 2018 1 commit
  28. 19 Oct, 2018 1 commit
  29. 21 Aug, 2018 4 commits
  30. 29 Jun, 2018 1 commit