From 39ca13817e77ed6c0f1a2c921ea4c0d54833aa2e Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Thu, 5 Mar 2026 16:36:45 -0700 Subject: [PATCH] did some command line refinement --- config/config.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config.go b/config/config.go index 35dbde1..812e9ed 100644 --- a/config/config.go +++ b/config/config.go @@ -61,6 +61,11 @@ func (*AmCLI) Version() string { return "Amsterdam " + AMSTERDAM_VERSION } +// Epilogue (from argparse.Epilogued) returns an epilogue string for the application. +func (*AmCLI) Epilogue() string { + return fmt.Sprintf("Copyright © %s Erbosoft Metaverse Design Solutions, All Rights Reserved.\nLicensed under MPL 2.0. https://erbosoft.com", AMSTERDAM_COPYRIGHT) +} + // AmConfig holds the configuration of the application as read from YAML. type AmConfig struct { Site struct {