Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Tools.dll Namespace: CloudNimble.DotNetDocs.Tools.Commands.Base Inheritance: System.Object

Syntax

CloudNimble.DotNetDocs.Tools.Commands.Base.DocsCommandBase

Summary

Base class for all DotNetDocs CLI commands, providing shared functionality like header display.

Constructors

.ctor

Syntax

public DocsCommandBase()

Methods

WriteHeader

Writes the DotNetDocs CLI header to the console with colorful ASCII art and version information.

Syntax

public static void WriteHeader()

Remarks

This method displays a multi-line ASCII art logo combining the DotNetDocs branding with version and attribution information. The output uses console colors to create an eye-catching header for CLI operations.