urfave/cli v1.22.3 Release Notes

Release Date: 2020-03-08 // about 4 years ago
  • 🛠 Fixed

    • 0️⃣ String flag no longer persists the default value if the flag is explicitly initialized in #981 via @asahasrabuddhe
    • context.IsSet() returns true or false correctly regardless of whether the short name or the full name of the flag is passed to it in #978 via @asahasrabuddhe
    • Hide version if the version is not set by the user in #954 via @asahasrabuddhe