docs: clarify workflow agent skills

This commit is contained in:
lda
2026-06-16 21:16:58 +07:00 Verified
parent be2239e716
commit 64bf182d7c
7 changed files with 240 additions and 4 deletions
+4 -1
View File
@@ -4,6 +4,9 @@ import typer
app = typer.Typer(
name="schema",
help="Print expected input shapes for wf commands.",
help=(
"Work in progress: intended to print expected input shapes for wf "
"commands, but currently has no schema subcommands."
),
no_args_is_help=True,
)