#!/usr/bin/env bash

## Description: not-a-command global
## Usage: not-a-command
## Example: "ddev not-a-command"

echo "this file shouldn't display in the commands list"
