Skip to content

commandMap

Command: commandMap (internal module)
Category: System Tools
Status: Production Ready

Description

Internal lazy-loading map used by the CLI to resolve command and alias names to implementation files in bin/.

⚠️ Redirect Notice

This is an internal runtime module, not a user-invokable command.

Syntax

bash
not a standalone CLI command

Command Diagram

Aliases

  • No aliases

Parameters

Positional Arguments

ParameterTypeDescription
commandNamestringInternal lookup key used by the CLI runtime

Options

OptionAliasTypeDefaultDescription
----No user-facing options; internal module only

This module has no user-facing parameters.

Use the command list instead:

bash
hana-cli --help

Examples

Basic Usage

bash
hana-cli --help

Inspect available routed commands from the main CLI help.

See the Commands Reference for other commands in this category.

See Also