did some command line refinement
This commit is contained in:
@@ -61,6 +61,11 @@ func (*AmCLI) Version() string {
|
|||||||
return "Amsterdam " + AMSTERDAM_VERSION
|
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.
|
// AmConfig holds the configuration of the application as read from YAML.
|
||||||
type AmConfig struct {
|
type AmConfig struct {
|
||||||
Site struct {
|
Site struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user