Skip to content

Commit eb16b4d

Browse files
committed
h
1 parent 224611c commit eb16b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ For more powerful Console UI support, you can also use it in combination with [S
14671467

14681468
Cli Schema
14691469
---
1470-
The dotnet command can output command and option information in JSON format using the `--cli-schema` option. In ConsoleAppFramework, by importing the `ConsoleAppFramework.CliSchema` package, you can call the `ConsoleAppBuilder.GetCliSchema()` method.
1470+
The dotnet command can output command and option information in JSON format using the `--cli-schema` option. These are useful when generating documentation or when trying to help LLM AI understand how to use command tools. In ConsoleAppFramework, by importing the `ConsoleAppFramework.CliSchema` package, you can call the `ConsoleAppBuilder.GetCliSchema()` method.
14711471

14721472
```bash
14731473
dotnet add package ConsoleAppFramework.CliSchema

0 commit comments

Comments
 (0)