Skip to content

Commit

Permalink
[usage] Revert code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 16, 2023
1 parent b707e54 commit 17e653e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@ type EnvironmentInfo struct {

// About contains info about app
type About struct {
App string // App is app name
Version string // Version is current app version in semver notation
Release string // Release is current app release
Build string // Build is current app build
Desc string // Desc is short info about app
Year int // Year is year when owner company was founded
License string // License is name of license
Owner string // Owner is name of owner (company/developer)
App string // App is app name
Version string // Version is current app version in semver notation
Release string // Release is current app release
Build string // Build is current app build
Desc string // Desc is short info about app
Year int // Year is year when owner company was founded
License string // License is name of license
Owner string // Owner is name of owner (company/developer)
BugTracker string // BugTracker is URL of bug tracker

AppNameColorTag string // AppNameColorTag contains default app name color tag
VersionColorTag string // VersionColorTag contains default app version color tag
Expand Down

0 comments on commit 17e653e

Please sign in to comment.