Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 834 Bytes

File metadata and controls

22 lines (14 loc) · 834 Bytes

Welcome to Si1ver's Console Utilities documentation.

Si1ver's Console Utilities is a set of C# classes made to speed up development of console utility applications using .NET Standard 2.0 and to unify how command line arguments are interpreted across a set of developed utilities.

The project is currently in beta stage and API may change without preserving backward compatibility.

The project is licensed under MIT license. See License.md for full license text.

Usage

Please see ExampleConsoleUtility project for usage example.

Contribution

If you want to fix a bug, implement a new feature or improve documentation or tests, you are welcome to submit a pull request.

Before implementing a new feature please discuss it with author to make sure that he shares your point of view and your pull request will be merged.