diff --git a/README.md b/README.md index 2d76b293..734c12e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Abandoned repo + +I am no longer interested in looking after this project. + +Please see the project wiki for alternatives. https://github.com/gsscoder/commandline/wiki + Command Line Parser Library 2.0.0.0 pre-release for CLR. === The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks defining switches, options and verb commands. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the end user. Everything that is boring and repetitive to be programmed stands up on library shoulders, letting developers concentrate on core logic.