summaryrefslogtreecommitdiff
path: root/src/cli
AgeCommit message (Collapse)Author
2015-01-29further attempts on making the main program work. Had to add a method for ↵Benjamin Paassen
handling absolute paths in FileLocator for that.
2015-01-29Autoformat, small error message changeAndreas Stöckel
2015-01-28Fixed error messages showing the context in which they occuredAndreas Stöckel
2015-01-28fixed commentAndreas Stöckel
2015-01-28first attempt on actually implementing programming logic. This is not ↵Benjamin Paassen
finished yet.
2015-01-28Added my Senf to Main.cppAndreas Stöckel
2015-01-27added input as positional argument.Benjamin Paassen
2015-01-27wrote initialization section for program logic, which is probably not ↵Benjamin Paassen
complete yet. also improved output path handling.
2015-01-27first attempt on command line interface (only wrapper and boost program ↵Benjamin Paassen
options).