did some command line refinement

This commit is contained in:
2026-03-05 16:36:45 -07:00
parent 3c7c91fa1b
commit 39ca13817e
+5
View File
@@ -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 {