Make functions inline
Created by: suvorov21
Making all the functions inline will allow using the tool in the complicated project. E.g. when the CLI parser is used in different files. Right now in such a case "duplicate symbol" error will be frozen by the linker.
Mainly inspired by using the parser in my project xD