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
XArch.CommandLine is a library that provides a basic framework for building command-line applications. It is built on top of the `System.CommandLine` library and provides a more structured way to build command-line applications.
4
+
5
+
## Features
6
+
- Dependency injection
7
+
- Module-based architecture
8
+
- REPL support
9
+
- Command-line parsing and completion support from `System.CommandLine`
10
+
- Context-aware commands and ability to save state between commands
0 commit comments