aboutsummaryrefslogtreecommitdiff
path: root/src/options.cpp
AgeCommit message (Collapse)Author
2023-12-13Refactor getting items from argv to resolve cppcheck errorsJan Sucan
The cppcheck errors were: The address of local variable 'argv' is accessed at non-zero index.
2023-12-13Apply clang-formatJan Sucan
2023-12-07Include operation names in the usage message (#8)Ben Timby
2023-11-12Rename C source file to C++ source filesJan Sucan