SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

CommandLineProcessor::run should return exit code #55

Open kzhereb opened 11 months ago

kzhereb commented 11 months ago

Currently its return type is void - even if error is detected, main() still returns 0 It should return int, and propagate this exit code to main()