emacs-symfony-cli

View Ticket
Login
Ticket Hash: 5a3ea41427be9ace8a4e60d6ce3fed1eba630ce5
Title: Require transient library and put it to M-x symfony-console
Status: Open Type: Feature_Request
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2025-07-27 14:28:59
Version Found In:
User Comments:
w96k added on 2025-07-27 14:28:59:

Install and require transient library. Add something similar to magic-status to M-x symfony-console. M-x symfony-console should return symfony console output + help buffer with ? key bind pressed.

For the start it is okay to return empty list of command or put some sample commands in that ? help buffer. For example version command is easy to implement (should run symfony console version or ./bin/console version).