Skip to content

Commit

Permalink
Merge pull request #39 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.7.5
  • Loading branch information
andyone committed Apr 15, 2016
2 parents 807ed34 + c002a09 commit 29cf445
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

#### v1.7.5

* [usage] Added docs for exported fields in About struct

#### v1.7.4

* [fsutils] Added fs walker (bash `pushd`/`popd` analog)

#### v1.7.3

* `[fsutil]` Method `ListAbsolute` ranamed to `ListToAbsolute`
Expand Down
16 changes: 8 additions & 8 deletions usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ const _SPACES = "

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

// Info contains info about commands, options and examples
Expand Down

0 comments on commit 29cf445

Please sign in to comment.