From 3700770144beaf9abeda8deacd8bf53dc7517dd7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 14 Feb 2026 17:12:29 -0700 Subject: [PATCH] f: cmd/cli-example --- cmd/cli-example/main.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cmd/cli-example/main.go b/cmd/cli-example/main.go index 0845935..88ae567 100644 --- a/cmd/cli-example/main.go +++ b/cmd/cli-example/main.go @@ -1,3 +1,15 @@ +// cli-example - A demonstrates of common patterns for CLI utilities +// +// Authored in 2026 by AJ ONeal w/ Grok (https://grok.com). +// To the extent possible under law, the author(s) have dedicated all copyright +// and related and neighboring rights to this software to the public domain +// worldwide. This software is distributed without any warranty. +// +// You should have received a copy of the CC0 Public Domain Dedication along with +// this software. If not, see . +// +// SPDX-License-Identifier: CC0-1.0 + package main import (