Improve session logs format for human readability #252
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently the session logs format is difficult for humans to read. When running 'kugetsu logs' or examining session outputs, the format is not optimized for quick comprehension.
User Request
User wants:
Solution
1. Session List Command (kugetsu session list)
Create a new 'kugetsu session' subcommand with list action:
Example output format:
2. Log Format Improvement
Improve 'kugetsu logs' command for better readability:
Status
READY - No dependencies
Files
Related Issue
Parent: #235