wgctl/core
Nuno Duque Nunes a3fe7f5986 feat: command mixin system, --json output for list/inspect
- core/command_mixins.sh: mixin infrastructure with auto-loader
- core/mixins/json_output.mixin.sh: --json flag mixin
- core/mixins/no_color.mixin.sh: --no-color flag mixin
- commands/mixins/MIXIN_TEMPLATE.mixin.sh: template for new mixins
- command::run: reset mixin state, preprocess flags before dispatch
- command::_preprocess_flags: nameref-based flag stripping, empty array fix
- command::mixin: opt-in registration from on_load
- list --json: structured JSON output with envelope
- inspect --json: structured JSON peer detail output
- json::envelope, json::error_envelope helpers
2026-05-26 23:18:56 +00:00
..
__pycache__ refactor: split json_helper.py into lib/ modules 2026-05-24 22:02:50 +00:00
lib feat: logs endpoint annotation, alignment, descending sort 2026-05-26 03:07:57 +00:00
mixins feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
test feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00
color.sh init feature 2026-05-19 15:26:31 +00:00
command.sh feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
command_mixins.sh feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
context.sh feat: logs descending sort, gap/offline indicator, endpoint resolution 2026-05-26 01:34:48 +00:00
flag.sh add wgctl 2026-05-06 23:02:12 +00:00
fmt.sh fix: policy_read accidental defaults merge from module split 2026-05-25 18:45:23 +00:00
fmt_helper.py feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00
json.sh feat: command mixin system, --json output for list/inspect 2026-05-26 23:18:56 +00:00
json_helper.py feat: peer endpoint history tracking and resolution 2026-05-26 15:51:53 +00:00
log.sh finish base implementation 2026-05-20 21:49:44 +00:00
module.sh init feature 2026-05-19 15:26:31 +00:00
ui.sh cleanup: ui::pad_mb removal, watch alignment fixes, endpoint cache fallback 2026-05-25 15:09:13 +00:00
utils.sh feat: date format config, batch optimizations, list refactor, fw:: rename, .wgctl data dir 2026-05-11 22:27:33 +00:00