fast-dev-cli 0.25.4__tar.gz → 0.25.5__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.
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/PKG-INFO +1 -1
- fast_dev_cli-0.25.5/fast_dev_cli/__init__.py +1 -0
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/fast_dev_cli/cli.py +1 -1
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/pyproject.toml +1 -1
- fast_dev_cli-0.25.4/fast_dev_cli/__init__.py +0 -1
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/LICENSE +0 -0
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/README.md +0 -0
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/fast_dev_cli/__main__.py +0 -0
- {fast_dev_cli-0.25.4 → fast_dev_cli-0.25.5}/fast_dev_cli/py.typed +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.25.5"
|
|
@@ -1847,7 +1847,7 @@ def dev(
|
|
|
1847
1847
|
file: str | None | ArgumentInfo = None,
|
|
1848
1848
|
dry: bool = False,
|
|
1849
1849
|
) -> None:
|
|
1850
|
-
if just is
|
|
1850
|
+
if just is True or (just is None and should_use_just()):
|
|
1851
1851
|
args = [i for i in sys.argv[2:] if i != "--dry"]
|
|
1852
1852
|
cmd = "just dev"
|
|
1853
1853
|
else:
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.25.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|