MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / validate

Function validate

beanhub_cli/forms/main.py:66–68  ·  view source on GitHub ↗
(env: Environment)

Source from the content-addressed store, hash-verified

64@cli.command(help="Validate form schema file")
65@pass_env
66def validate(env: Environment):
67 _validate_form(env)
68 rich.print(":white_heavy_check_mark: Form document is valid")
69
70
71@cli.command(name="list", help="List forms")

Callers

nothing calls this directly

Calls 1

_validate_formFunction · 0.85

Tested by

no test coverage detected