An open API service indexing awesome lists of open source software.

https://github.com/devlooped/commandline.attributed

An application model on top of System.CommandLine that leverages attributed classes and methods to build a CLI app.
https://github.com/devlooped/commandline.attributed

Last synced: 3 months ago
JSON representation

An application model on top of System.CommandLine that leverages attributed classes and methods to build a CLI app.

Awesome Lists containing this project

README

          

# Devlooped.CommandLine.Attributed

An application model on top of System.CommandLine that leverages attributed classes
and methods to build a CLI app.

Conceptually, the *Attributed* app model provided in this project builds on top of
the [underlying layering](https://github.com/dotnet/command-line-api/blob/main/docs/Layering.md)
in `System.CommandLine`:

![layers](docs/img/layering.png)