tik_manager4.core.cli ===================== .. py:module:: tik_manager4.core.cli Attributes ---------- .. autoapisummary:: tik_manager4.core.cli.feedback Classes ------- .. autoapisummary:: tik_manager4.core.cli.FeedbackCLI Module Contents --------------- .. py:class:: FeedbackCLI(**kwargs) .. py:method:: pop_info(title: str = 'Info', text: str = '', details: str = '', critical: bool = False, button_label: Optional[str] = None, modal: bool = True, on_close: Optional[Callable[[int], None]] = None) -> int Shows an informational message in the terminal. .. py:method:: pop_question(title: str = 'Question', text: str = '', details: str = '', buttons: Optional[List[str]] = None, modal: bool = True) -> Optional[str] Asks a question via CLI with configurable buttons. .. py:method:: style_button(button, height: int = 30, width: int = 100, label: Optional[str] = None) CLI version does not require button styling. .. py:data:: feedback