You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using `XenoAtom.CommandLine.Terminal`, you can add [Terminal.UI`Visual` controls](https://xenoatom.github.io/terminal/docs/controls/) directly in command initializers.
116
+
When using `XenoAtom.CommandLine.Terminal`, you can add [XenoAtom.Terminal.UI](https://xenoatom.github.io/terminal)`Visual` controls directly in command initializers.
117
117
118
118
```csharp
119
119
usingXenoAtom.CommandLine;
@@ -291,7 +291,7 @@ var app = new CommandApp("myexe", config: new CommandConfig
291
291
292
292
### TerminalVisualCommandOutput
293
293
294
-
Renders help and errors as Terminal.UI visuals with borders, tables, and structured layout:
294
+
Renders help and errors as [XenoAtom.Terminal.UI](https://xenoatom.github.io/terminal) visuals with borders, tables, and structured layout:
295
295
296
296
```csharp
297
297
usingXenoAtom.CommandLine;
@@ -336,7 +336,7 @@ var app = new CommandApp("myexe", config: new CommandConfig
336
336
337
337
### Standalone Visual Help
338
338
339
-
Generate a help visual for embedding in fullscreen Terminal.UI applications:
339
+
Generate a help visual for embedding in fullscreen [XenoAtom.Terminal.UI](https://xenoatom.github.io/terminal) applications:
Copy file name to clipboardExpand all lines: site/docs/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Welcome to the XenoAtom.CommandLine documentation. This guide covers everything
10
10
11
11
**XenoAtom.CommandLine** is a lightweight, powerful and NativeAOT-friendly command-line parser for .NET. It uses a composition-first API — you declare commands, options, and arguments with collection initializers, and the library handles parsing, help generation, and error reporting.
12
12
13
-
With the optional `XenoAtom.CommandLine.Terminal` package, you can also embed Terminal.UI visuals directly in command initializers for richer help output.
13
+
With the optional `XenoAtom.CommandLine.Terminal` package, you can also embed [XenoAtom.Terminal.UI](https://xenoatom.github.io/terminal) visuals directly in command initializers for richer help output.
<p class="mb-2">Add <code>XenoAtom.CommandLine.Terminal</code> for markup and rich visual output powered by <a href="https://xenoatom.github.io/terminal">XenoAtom.Terminal.UI</a>.</p>
0 commit comments