oh-my-batch 0.5.5__tar.gz → 0.5.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oh-my-batch
3
- Version: 0.5.5
3
+ Version: 0.5.6
4
4
  Summary:
5
5
  License: GPL
6
6
  Author: weihong.xu
@@ -292,11 +292,13 @@ class ComboMaker:
292
292
  v = f"\n{v}"
293
293
  print(f"@{k}: {v}")
294
294
 
295
- def done(self):
295
+ def done(self, debug=False):
296
296
  """
297
297
  End of command chain
298
+ :param debug: If True, show all combos for debugging
298
299
  """
299
- pass
300
+ if debug:
301
+ self.show_combos()
300
302
 
301
303
  def _make_combos(self):
302
304
  if not self._vars:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "oh-my-batch"
3
- version = "0.5.5"
3
+ version = "0.5.6"
4
4
  description = ""
5
5
  authors = ["weihong.xu <xuweihong.cn@gmail.com>"]
6
6
  license = "GPL"
File without changes
File without changes