logbookgenerator.interface package¶
Submodules¶
logbookgenerator.interface.command_line module¶
command_line.py: Command line interface for the application.
- logbookgenerator.interface.command_line.command_line_interface() dict[str, Any]¶
Takes arguments from the command line and returns them as a dictionary.
- Returns:
A dictionary containing the arguments passed to the application.
- Return type:
dict[str, Any]
Module contents¶
Interface package for the project.