cli icon indicating copy to clipboard operation
cli copied to clipboard

A simple, fast, and fun package for building command line apps in Go

Results 239 cli issues
Sort by recently updated
recently updated
newest added

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",...

kind/question
area/v2
status/triage

## 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)...

kind/feature
area/v2
status/conflicts

## 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...

kind/bug
area/v2
status/user-feedback-required
status/conflicts

## 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:...

kind/feature
area/v2
status/conflicts

## 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...

kind/feature
area/v2

## 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...

kind/bug
area/v2
status/triage

## 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...

kind/bug
help wanted
area/v1

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...

status/confirmed
kind/maintenance
area/v3

## 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...

kind/feature
kind/discussion
area/v2