gibson-cli 0.3.3__py3-none-any.whl → 0.3.4__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.
- gibson/command/rewrite/Rewrite.py +1 -1
- {gibson_cli-0.3.3.dist-info → gibson_cli-0.3.4.dist-info}/METADATA +1 -1
- {gibson_cli-0.3.3.dist-info → gibson_cli-0.3.4.dist-info}/RECORD +6 -6
- {gibson_cli-0.3.3.dist-info → gibson_cli-0.3.4.dist-info}/WHEEL +0 -0
- {gibson_cli-0.3.3.dist-info → gibson_cli-0.3.4.dist-info}/entry_points.txt +0 -0
- {gibson_cli-0.3.3.dist-info → gibson_cli-0.3.4.dist-info}/top_level.txt +0 -0
@@ -47,7 +47,7 @@ class Rewrite(BaseCommand):
|
|
47
47
|
customization_manager = CustomizationManager(self.configuration).preserve()
|
48
48
|
|
49
49
|
try:
|
50
|
-
if self.wipe is True:
|
50
|
+
if argument is None and self.wipe is True:
|
51
51
|
for root, dirs, files in os.walk(
|
52
52
|
os.path.expandvars(self.configuration.project.dev.base.path)
|
53
53
|
):
|
@@ -33,7 +33,7 @@ gibson/command/auth/Logout.py,sha256=V01q4TdbiBqCnIrM6IA4T25fO6ws0UpXp42I3pwHZVM
|
|
33
33
|
gibson/command/rewrite/Api.py,sha256=sSvAqEJXdgQjYcu0uiM6ndHE3GnfkfVL6eqP2Otkbww,1002
|
34
34
|
gibson/command/rewrite/Base.py,sha256=YJ2a5Hl0f9NXHUBBPvlt-dUIqEPWQz5vH6-1EHmbFbA,640
|
35
35
|
gibson/command/rewrite/Models.py,sha256=eoUpZHpR0qwNgX60EWfcNz49GHmBw_FGfBuHH2ueZqY,799
|
36
|
-
gibson/command/rewrite/Rewrite.py,sha256=
|
36
|
+
gibson/command/rewrite/Rewrite.py,sha256=AK2CcE2sJ0naUmox17BxqN0Usq-oSzjJXfRrKKsGY_k,4682
|
37
37
|
gibson/command/rewrite/Schemas.py,sha256=zZ1gjmOJg77gh70t5y2WkzHWSAvEKx5-gqRN9OcsCXA,802
|
38
38
|
gibson/command/rewrite/Tests.py,sha256=HO1WM6pSToVKsuJn7nUA_I5qrfBN0cgKgBzjlm2Qxt8,799
|
39
39
|
gibson/command/tests/test_command_BaseCommand.py,sha256=hSbBfLFI3RTp_DdEHtm5oOLWoN6drI6ucFJypi7xxV8,364
|
@@ -104,8 +104,8 @@ gibson/structure/tests/test_Entity.py,sha256=Gl9f1NcEKdpWCx4W3takFFzp18mLhCYWKrd
|
|
104
104
|
gibson/tests/test_Env.py,sha256=DPWmP0-aEelducq9bAwv7rKoY2NjWXUeCrzfJDQkn2M,369
|
105
105
|
gibson/tests/test_Memory.py,sha256=YP7owToABAk_-s7fD5UG0HTc4lamDjdA39JUlLnk3Fg,2574
|
106
106
|
gibson/tests/test_utils.py,sha256=r_y-EG05YTCNtL8MWiAK1KmPsmeoMgypKsQC_lVgOtM,559
|
107
|
-
gibson_cli-0.3.
|
108
|
-
gibson_cli-0.3.
|
109
|
-
gibson_cli-0.3.
|
110
|
-
gibson_cli-0.3.
|
111
|
-
gibson_cli-0.3.
|
107
|
+
gibson_cli-0.3.4.dist-info/METADATA,sha256=oHcExWgP11ai06AQa8N_U1WMIddhDXaYy4InwMPOqvQ,11505
|
108
|
+
gibson_cli-0.3.4.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
109
|
+
gibson_cli-0.3.4.dist-info/entry_points.txt,sha256=j5VUvq3AzL21xPvVC24zMoXFt-I5lUWulr66nL3OAPM,50
|
110
|
+
gibson_cli-0.3.4.dist-info/top_level.txt,sha256=RFaUY7VXGiqkMwo1Rj7pM4kGvxkhhnfo-2LmPpuL_fs,11
|
111
|
+
gibson_cli-0.3.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|