This post simulates a technical documentation page for a command-line tool. It is designed to test syntax highlighting and code copying functionality.

Fake Installation

To “install” this demo tool, run the following command in your imagination:

BASH
1
npm install -g mock-cli-tool

Example Usage

Once installed, you can run the tool to see how code blocks handle different languages.

JAVASCRIPT
1
2
3
4
5
6
// config.js
module.exports = {
mode: 'demo',
active: true,
retries: 3
};

Features

  1. Fast: This demo loads instantly because it does nothing.
  2. Secure: Contains zero lines of executable code.
  3. Lightweight: Only takes up a few kilobytes of text.