Skip to content

Commit 3765f9c

Browse files
committed
Add namespace apidocs for API generation
1 parent 21da9d0 commit 3765f9c

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
uid: XenoAtom.CommandLine.Terminal
3+
---
4+
5+
# Summary
6+
Terminal-focused output APIs and helpers that integrate XenoAtom.CommandLine with XenoAtom.Terminal and XenoAtom.Terminal.UI.
7+
8+
# Remarks
9+
This namespace provides markup and visual output renderers, rendering options, and extension methods to generate richer help and diagnostics in terminal applications.
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
uid: XenoAtom.CommandLine
3+
---
4+
5+
# Summary
6+
Core APIs to declare commands, options, arguments, validation, parsing, and execution for .NET command-line applications.
7+
8+
# Remarks
9+
This namespace contains the main object model and helpers of XenoAtom.CommandLine, including `CommandApp`, `Command`, option/argument nodes, parsing diagnostics, validation helpers, and output abstractions.
10+

0 commit comments

Comments
 (0)