aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2023-11-12Rename C source file to C++ source filesJan Sucan
2022-06-18Refactor the command line interfaceJan Sucan
Select operation by its name instead of by number of the arguments.
2021-05-30Unify ordering of the includesJan Sucan
2021-05-30Add the license to each source fileJan Sucan
2021-05-30Change exit code on help option to 0Jan Sucan
2021-05-30Move backup and restore code to separate source filesJan Sucan
2021-05-30Add static qualifiersJan Sucan
2021-05-30Move usage() function to options.cJan Sucan
2021-05-02Move the source files to a src directoryJan Sucan