https://github.com/soenneker/soenneker.utils.commandlineargs
DI-friendly access to command-line arguments for testable, deterministic applications.
https://github.com/soenneker/soenneker.utils.commandlineargs
args command commandlineargs commandlineargsutil csharp dependency di dotnet injection line util utils
Last synced: 13 days ago
JSON representation
DI-friendly access to command-line arguments for testable, deterministic applications.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.commandlineargs
- Owner: soenneker
- License: mit
- Created: 2026-02-12T13:42:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T16:26:31.000Z (20 days ago)
- Last Synced: 2026-04-07T18:29:11.596Z (20 days ago)
- Topics: args, command, commandlineargs, commandlineargsutil, csharp, dependency, di, dotnet, injection, line, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.commandlineargs/)
[](https://github.com/soenneker/soenneker.utils.commandlineargs/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.commandlineargs/)
[](https://github.com/soenneker/soenneker.utils.commandlineargs/actions/workflows/codeql.yml)
#  Soenneker.Utils.CommandLineArgs
### DI-friendly access to command-line arguments for testable, deterministic applications.
## Installation
```
dotnet add package Soenneker.Utils.CommandLineArgs
```