getworktree 0.1.1.dev3__py3-none-any.whl → 0.1.1.dev4__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.
- getworktree/cli.py +6 -0
- {getworktree-0.1.1.dev3.dist-info → getworktree-0.1.1.dev4.dist-info}/METADATA +1 -1
- getworktree-0.1.1.dev4.dist-info/RECORD +8 -0
- getworktree-0.1.1.dev3.dist-info/RECORD +0 -8
- {getworktree-0.1.1.dev3.dist-info → getworktree-0.1.1.dev4.dist-info}/WHEEL +0 -0
- {getworktree-0.1.1.dev3.dist-info → getworktree-0.1.1.dev4.dist-info}/entry_points.txt +0 -0
- {getworktree-0.1.1.dev3.dist-info → getworktree-0.1.1.dev4.dist-info}/licenses/LICENSE +0 -0
- {getworktree-0.1.1.dev3.dist-info → getworktree-0.1.1.dev4.dist-info}/top_level.txt +0 -0
getworktree/cli.py
CHANGED
|
@@ -3,6 +3,8 @@ from rich.console import Console
|
|
|
3
3
|
from rich.panel import Panel
|
|
4
4
|
from rich.text import Text
|
|
5
5
|
|
|
6
|
+
from getworktree.commands.init import init_command
|
|
7
|
+
|
|
6
8
|
# Initialize a central styling console for high-utility layout parsing
|
|
7
9
|
console = Console()
|
|
8
10
|
|
|
@@ -71,12 +73,16 @@ def main(
|
|
|
71
73
|
@app.command(name="init")
|
|
72
74
|
def init_workspace(ctx: typer.Context):
|
|
73
75
|
"""Provision a secure local hidden folder path and tracking schemas."""
|
|
76
|
+
|
|
77
|
+
"""
|
|
74
78
|
verbose = ctx.obj.get("verbose", False)
|
|
75
79
|
console.print("\n[bold blue]⏳ Provisioning secure environment configurations...[/bold blue]")
|
|
76
80
|
console.print("[dim zinc-400]Target tracking issue: #2[/dim zinc-400]")
|
|
77
81
|
if verbose:
|
|
78
82
|
console.print("[dim yellow][TELEMETRY] Initialization hook loaded successfully.[/dim yellow]")
|
|
79
83
|
# Core system verification and file tree generation logic hooks here in Issue #2
|
|
84
|
+
"""
|
|
85
|
+
init_command()
|
|
80
86
|
|
|
81
87
|
@app.command(name="loop")
|
|
82
88
|
def execute_loop(
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
getworktree/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
getworktree/cli.py,sha256=hJGvu6U5N0z3zfH_KFcDfMpz-1p5uUx9RvgACRKn82g,3915
|
|
3
|
+
getworktree-0.1.1.dev4.dist-info/licenses/LICENSE,sha256=J7bMElUQegcVzO2Xle8uXp6DFXCr0U8cFXCG00AJWno,1070
|
|
4
|
+
getworktree-0.1.1.dev4.dist-info/METADATA,sha256=ialiStRVKS5ZuGG3ufk3MsDeSekx1MV6pMMZCbil0fQ,1974
|
|
5
|
+
getworktree-0.1.1.dev4.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
6
|
+
getworktree-0.1.1.dev4.dist-info/entry_points.txt,sha256=QCnoQ8tswYDlUYrlfS2mdztg-stAzEY9DTQx7EwTC80,43
|
|
7
|
+
getworktree-0.1.1.dev4.dist-info/top_level.txt,sha256=q5XITlp2s-Vf1sJQac6zsyqxsBeXGavk8B-s56owXpE,12
|
|
8
|
+
getworktree-0.1.1.dev4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
getworktree/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
getworktree/cli.py,sha256=Fd6BXrMgW4nTZXkaru2Ir9tdnzfcj2CVoiJNY7ggLX0,3827
|
|
3
|
-
getworktree-0.1.1.dev3.dist-info/licenses/LICENSE,sha256=J7bMElUQegcVzO2Xle8uXp6DFXCr0U8cFXCG00AJWno,1070
|
|
4
|
-
getworktree-0.1.1.dev3.dist-info/METADATA,sha256=EsyT-GHd8r-twi76akkGaWQJMpEnlEW75PSS2ZTABxo,1974
|
|
5
|
-
getworktree-0.1.1.dev3.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
6
|
-
getworktree-0.1.1.dev3.dist-info/entry_points.txt,sha256=QCnoQ8tswYDlUYrlfS2mdztg-stAzEY9DTQx7EwTC80,43
|
|
7
|
-
getworktree-0.1.1.dev3.dist-info/top_level.txt,sha256=q5XITlp2s-Vf1sJQac6zsyqxsBeXGavk8B-s56owXpE,12
|
|
8
|
-
getworktree-0.1.1.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|