added copyright date to templates

This commit is contained in:
2025-09-21 23:12:56 -06:00
parent a01de27c96
commit 93aa6bd0ba
4 changed files with 54 additions and 47 deletions
+3
View File
@@ -23,6 +23,9 @@ import (
// AMSTERDAM_VERSION contains the version number of Amsterdam.
const AMSTERDAM_VERSION = "0.0.1"
// AMSTERDAM_COPYRIGHT contains the copyright dates for Amsterdam.
const AMSTERDAM_COPYRIGHT = "2025"
// AmCLI is the command-line interface arguments structure.
type AmCLI struct {
ConfigFile string `arg:"-C,--config" help:"Location of the configuration file."`