Remove App.Compiled

Closes #753
This commit is contained in:
2022-11-08 19:13:31 -05:00
parent 02bba4b62e
commit a05e4d0982
3 changed files with 0 additions and 22 deletions

View File

@@ -292,8 +292,6 @@ type App struct {
OnUsageError OnUsageErrorFunc
// Execute this function when an invalid flag is accessed from the context
InvalidFlagAccessHandler InvalidFlagAccessFunc
// Compilation date
Compiled time.Time
// List of all authors who contributed
Authors []*Author
// Copyright of the binary if any