NAME

__NAME__ - private open-file helper for Developer Dashboard

SYNOPSIS

dashboard __NAME__ [--print] [--line N] [--editor CMD] <file|scope> [pattern...]

DESCRIPTION

This private helper is staged under ~/.developer-dashboard/cli/ so the main dashboard command can keep file-opening behaviour available without installing a generic executable into the user's global PATH.

NAME

ticket - private tmux ticket helper for Developer Dashboard

SYNOPSIS

dashboard ticket <ticket-ref>

DESCRIPTION

This private helper is staged under ~/.developer-dashboard/cli/ so the main dashboard command can keep ticket-session behaviour available without installing a generic executable into the user's global PATH.

NAME

__NAME__ - private query command for Developer Dashboard

SYNOPSIS

dashboard __NAME__ [path] [file]

DESCRIPTION

This private helper is staged under ~/.developer-dashboard/cli/ so the main dashboard command can dispatch the __NAME__ query tool without installing a generic executable into the user's global PATH.

NAME

Developer::Dashboard::InternalCLI - private runtime helper executable management

SYNOPSIS

use Developer::Dashboard::InternalCLI;

my $paths = Developer::Dashboard::PathRegistry->new(home => $ENV{HOME});
Developer::Dashboard::InternalCLI::ensure_helpers(paths => $paths);

DESCRIPTION

This module manages the built-in private helper executables that Developer Dashboard stages under ~/.developer-dashboard/cli/ instead of exposing as global system commands.

FUNCTIONS

helper_names, helper_aliases, canonical_helper_name, helper_content, helper_path, ensure_helpers

Build and seed the built-in private helper command files.