NAME
Developer::Dashboard::CLI::Query - standalone structured-data query command support
SYNOPSIS
use Developer::Dashboard::CLI::Query qw(run_query_command);
run_query_command( command => 'jq', args => \@ARGV );
DESCRIPTION
Provides the lightweight shared implementation behind the private runtime helper scripts for jq, yq, tomq, propq, iniq, csvq, and xmlq plus the proxied dashboard ... command paths. Legacy names such as pjq, pyq, ptomq, and pjp still normalize through dashboard for compatibility.