Releases: IzyaSoft/EasyCli
Release 2.0.1
Documentation was updated
Release 2.0
Were simplified names of classes, methods and files
v1.1.1
We added install and uninstall features to makefile, also makefile was simplified at link stage and added symlink creation.
v1.1
Internal refactoring (interface optimization)
Build tools addition
Was added makefile for building library from console (without eclipse)
v1.0.3
Small bug fixes compared to 1.0.0
nuget package: https://www.nuget.org/packages/EasyCmdLineReader/
v1.0.1
Simple C++ library (classes) for parsing command line args in Linux and Windows with specifying key signature (-, -- or /) and key value separator (= or space) with expanding arguments validation and unit testing of main mechanism (parser) with gtest library. Plus was added nuget package files description and fixed 2 configs (Debug and Release x86, vc120)
EasyCmdLineReader
Simple C++ library (classes) for parsing command line args in Linux and Windows with specifying key signature (-, -- or /) and key value separator (= or space) with expanding arguments validation and unit testing of main mechanism (parser) with gtest library.