webscraping list
Command webscraping list#
List available templates.
Usage:
halguru webscraping list [options]
Options | Default | Description |
---|---|---|
-h, --help | Prints help information | |
-d, --details | False | Show details of the templates. |
-v, --verbose | False | Enables detailed output for debugging and troubleshooting purposes. |
Summary#
The TemplatesListCommand class provides functionality for listing available templates with optional detailed information and verbosity for debugging purposes.
Remarks#
This command enables users to retrieve and view a list of templates managed by the application. Users can customize the output using the provided options to display detailed template information or enable verbose output for troubleshooting.
Option -h, --help#
Prints help information
Gets a value indicating whether the license is valid.
This property checks if a valid license exists for the application. It returns true if the license is not null; otherwise, false.
Option -d, --details#
Show details of the templates.
Type: System.Boolean Default: False
Indicates whether detailed output is enabled for command operations.
The ShowDetails property allows the configuration of command behavior to include additional detailed information. This feature is typically utilized for scenarios where a more granular understanding of the process is required, such as in auditing or in-depth analysis.
Option -v, --verbose#
Enables detailed output for debugging and troubleshooting purposes.
Type: System.Boolean Default: False
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.
Option -h, --help#
Prints help information
Gets a value indicating whether the license is valid.
This property checks if a valid license exists for the application. It returns true if the license is not null; otherwise, false.
Option -d, --details#
Show details of the templates.
Type: System.Boolean Default: False
Indicates whether detailed output is enabled for command operations.
The ShowDetails property allows the configuration of command behavior to include additional detailed information. This feature is typically utilized for scenarios where a more granular understanding of the process is required, such as in auditing or in-depth analysis.
Option -v, --verbose#
Enables detailed output for debugging and troubleshooting purposes.
Type: System.Boolean Default: False
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.