hypercli-cli 0.7.2__tar.gz → 0.7.3__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.
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/PKG-INFO +1 -1
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/claw.py +1 -1
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/pyproject.toml +1 -1
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/.gitignore +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/README.md +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/__init__.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/billing.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/cli.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/comfyui.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/flow.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/instances.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/jobs.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/llm.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/output.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/renders.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/tui/__init__.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/tui/job_monitor.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/user.py +0 -0
- {hypercli_cli-0.7.2 → hypercli_cli-0.7.3}/hypercli_cli/wallet.py +0 -0
|
@@ -37,7 +37,7 @@ def require_x402_deps():
|
|
|
37
37
|
|
|
38
38
|
@app.command("subscribe")
|
|
39
39
|
def subscribe(
|
|
40
|
-
plan_id: str = typer.Argument(
|
|
40
|
+
plan_id: str = typer.Argument("1aiu", help="Plan ID: 1aiu, 2aiu, 5aiu, 10aiu (default: 1aiu)"),
|
|
41
41
|
amount: str = typer.Option(None, "--amount", "-a", help="Custom USDC amount (e.g., '5' for $5). Duration scales proportionally."),
|
|
42
42
|
dev: bool = typer.Option(False, "--dev", help="Use dev API (dev-api.hyperclaw.app)")
|
|
43
43
|
):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|