gocmd v3.0.0 Release Notes

Release Date: 2018-02-11 // about 6 years ago
    • [BREAKING CHANGE] Commands require struct tag
    • 0️⃣ [BREAKING CHANGE] Unknown arguments cause error as default
    • Implement unknown argument handling
    • Implement noempty arguments
    • ➕ Add Cmd.FlagArgs
    • ➕ Add Cmd.Options.AnyError
    • 👌 Improve tests and examples