Skip to content

Commit a50eacb

Browse files
committed
fix test
1 parent 1ae1048 commit a50eacb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/padrone/tests/__snapshots__/help.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,15 +934,15 @@ exports[`help with full detail mode should generate full help with all nested co
934934
},
935935
{
936936
"name": "man",
937-
"description": "Show or install man pages (--setup to install, --remove to uninstall)"
937+
"description": "Show or install man pages (--setup to install, --remove to uninstall) (experimental)"
938938
},
939939
{
940940
"name": "[command] --repl",
941941
"description": "Start interactive REPL scoped to a command"
942942
},
943943
{
944944
"name": "mcp [http|stdio]",
945-
"description": "Start a Model Context Protocol server to expose commands as AI tools",
945+
"description": "Start a Model Context Protocol server to expose commands as AI tools (experimental)",
946946
"sub": [
947947
{
948948
"name": "--port <port>",

0 commit comments

Comments
 (0)