added py 3.13 and splited the cli and suport for windows and better port handling (#2404)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fa81d0292b
commit
ad2ea8d069
13
skyvern/cli/docs.py
Normal file
13
skyvern/cli/docs.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Documentation-related CLI helpers."""
|
||||
|
||||
import typer
|
||||
|
||||
from .console import console
|
||||
|
||||
docs_app = typer.Typer()
|
||||
|
||||
|
||||
@docs_app.command()
|
||||
def placeholder() -> None:
|
||||
"""Placeholder command for documentation actions."""
|
||||
console.print("Documentation commands are not yet implemented.")
|
||||
Reference in New Issue
Block a user