halguru install
Installs the halguru CLI program in the current environment. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--force , -f |
Force installation | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents an asynchronous command that installs components within the application.
Remarks#
The InstallCommand is used as part of the command-line interface to handle installation procedures. It inherits from BaseAsyncCommand and executes the installation process with provided settings.
Option --help
, -h
#
Prints help information
Option --force
, -f
#
Force installation
Specifies whether the installation process should proceed forcefully, bypassing checks or prompts.
When set to true, the force installation option overrides any safety checks or warnings that would otherwise prevent or delay the installation procedure. Typically used in scenarios where unattended or strict automation of the process is required. By default, the value is false, indicating that standard checks or prompts will be enforced during the installation.
Option --verbose
, -v
#
Enables detailed output for debugging and troubleshooting purposes.
Specifies whether detailed output is enabled for debugging and troubleshooting purposes.
When set to true, additional information about the command execution process is displayed, which can be useful for diagnosing issues or understanding internal operations. By default, the value is false, indicating standard output only.
Last updated: | 2025-10-13 | |
Autogenerated: | Yes | |
AI powered: | Yes | |
Core version: | 1.66.0 |