Hoboneer / sxhkd-parser

Parser library for sxhkd configs
GNU General Public License v3.0
7 stars 0 forks source link

`hkdebug`: there should be a `sections` subcommand for section debugging #14

Open Hoboneer opened 2 years ago

Hoboneer commented 2 years ago

It should be a separate subcommand instead of part of the output of the keybinds subcommand because it allows the information to be presented optimally in both cases (which are conceptually separate): no duplication, no unnecessary indentation.

Since sections don't have any metadata yet, this won't be that useful.

Depends on: #11