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

Add documentation for CLI #50

Open kzhereb opened 1 year ago

kzhereb commented 1 year ago
  1. Add new document docs/CommandLineOptions.md
  2. Describe existing commands (currently add, add-collection, set) and their arguments
  3. In future, when adding new commands (or updating existing ones) don't forget to update this documentation

CLI is supposed to serve as common interface between different implementations, so it is important to document it