oh-my-batch 0.5.5__py3-none-any.whl → 0.5.6__py3-none-any.whl
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.
- oh_my_batch/combo.py +4 -2
- {oh_my_batch-0.5.5.dist-info → oh_my_batch-0.5.6.dist-info}/METADATA +1 -1
- {oh_my_batch-0.5.5.dist-info → oh_my_batch-0.5.6.dist-info}/RECORD +6 -6
- {oh_my_batch-0.5.5.dist-info → oh_my_batch-0.5.6.dist-info}/LICENSE +0 -0
- {oh_my_batch-0.5.5.dist-info → oh_my_batch-0.5.6.dist-info}/WHEEL +0 -0
- {oh_my_batch-0.5.5.dist-info → oh_my_batch-0.5.6.dist-info}/entry_points.txt +0 -0
oh_my_batch/combo.py
CHANGED
@@ -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
|
-
|
300
|
+
if debug:
|
301
|
+
self.show_combos()
|
300
302
|
|
301
303
|
def _make_combos(self):
|
302
304
|
if not self._vars:
|
@@ -4,12 +4,12 @@ oh_my_batch/assets/__init__.py,sha256=Exub46UbQaz2V2eXpQeiVfnThQpXaNeuyjlGY6gBSZ
|
|
4
4
|
oh_my_batch/assets/functions.sh,sha256=LaiavZBu84D7C1r-dWhf91vPTuHXCMV1DQZUIPVQnjE,1001
|
5
5
|
oh_my_batch/batch.py,sha256=i3q1zY2li-YyN_99zjlpNJlZqqF5PSO3hwW1e0_N2VE,3958
|
6
6
|
oh_my_batch/cli.py,sha256=Jyz8q2pUYke3mfJS6F_G9S9hApddgXxQw1BsN6Kfkjc,553
|
7
|
-
oh_my_batch/combo.py,sha256=
|
7
|
+
oh_my_batch/combo.py,sha256=Twtzbv3hQUCNzwLjtbhmXJ_De5YNlL1mSzK-Zqejh7Y,11423
|
8
8
|
oh_my_batch/job.py,sha256=Va-l24R6GxyqX2Ca5w6tr7hWgmJgQQRMHLjnlPAWkR4,7224
|
9
9
|
oh_my_batch/misc.py,sha256=G_iOovRCrShBJJCc82QLN0CvMqW4adOefEoY1GedEiw,452
|
10
10
|
oh_my_batch/util.py,sha256=5ve2QcviuF0UHFLrsXmjMTj0ogXJ4g05q1y-yWCFuOk,2409
|
11
|
-
oh_my_batch-0.5.
|
12
|
-
oh_my_batch-0.5.
|
13
|
-
oh_my_batch-0.5.
|
14
|
-
oh_my_batch-0.5.
|
15
|
-
oh_my_batch-0.5.
|
11
|
+
oh_my_batch-0.5.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
12
|
+
oh_my_batch-0.5.6.dist-info/METADATA,sha256=y1j9wr06o4eXbYpuxxZZsivSK9TyofvKpKpxNnItRf0,5468
|
13
|
+
oh_my_batch-0.5.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
14
|
+
oh_my_batch-0.5.6.dist-info/entry_points.txt,sha256=ZY2GutSoNjjSyJ4qO2pTeseKUFgoTYdvmgkuZZkwi68,77
|
15
|
+
oh_my_batch-0.5.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|