Skip to content

Tags: minio/cli

Tags

v1.24.2

Toggle v1.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return hidden aliases as valid command (#10)

v1.24.1

Toggle v1.24.1's commit message
add support to hide aliases

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add HelpWriter field to customize help output (#8)

Add HelpWriter where the help output will be written. By default,
HelpWriter is set to os.Stdout.

HelpWriter can be set to writer that redirects the data to a terminal
pager for example.

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow flags with non-consecutive ordering (#7)

The current code assumes that all flags need to be consecutive, but it
doesn't have to be.  Refactor to ensure flags and args can be parsed
non-consecutively as well.

v1.22.0

Toggle v1.22.0's commit message
Adds 2 more constants to customize mc help content depending on the O…

…S. (#5)

* Adds 2 more constants to customize mc help content depending on the OS.
* Adds missing prompt to Unix style

v1.21.0

Toggle v1.21.0's commit message
Allow prompt, envSetCmd to work for sub-commands

v1.20.0

Toggle v1.20.0's commit message
Adds 3 more command help fields (#4)

v1.3.0

Toggle v1.3.0's commit message
Fix tests for new help templates.

v1.19.1

Toggle v1.19.1's commit message
Merge pull request urfave#569 from urfave/prepare-1-19-1

Prep 1.19.1

v1.19.0

Toggle v1.19.0's commit message
Update CHANGELOG