cli
cli copied to clipboard
A simple, fast, and fun package for building command line apps in Go
I am trying to exit the app when --help or --version flags are passed. cli.go (ParseCLI function) : ``` app := &cli.App{ Name: test, HelpName: test, Usage: "test", Version: "1.0.0",...
## What type of PR is this? - feature ## What this PR does / why we need it: This PR adds basic support for flag validation. ## Which issue(s)...
## What type of PR is this? - bug ## What this PR does / why we need it: Using `app help` or `app h` without providing required flags causes...
## What type of PR is this? - feature ## What this PR does / why we need it: Add support for uint64 slices ## Which issue(s) this PR fixes:...
## What type of PR is this? - feature ## What this PR does / why we need it: The current behaviour returns a zero value when accessing an undefined...
## Motivation Fixes #783 The current behavior of the `app.Name` is not consistent and results in a bad experience for the users. The PR attempts to fix this until such...
## My urfave/cli version is v2.11.1 ## Checklist - [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). - [x] Did you check the manual...
## my urfave/cli version is v1.22.2, v1.22.3 ## Checklist * [x] Are you running the latest v1 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the...
This is a meta-issue meant to track the work in _other issues_ targeting the [Release 3.x milestone](https://github.com/urfave/cli/milestone/5). benevolent takeover notes Hiii I'm working on getting many maintenance tasks addressed including...
## Checklist * [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v2 manual...