You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/v1-bug-report.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ _**( Put the version of urfave/cli that you are using here )**_
14
14
## Checklist
15
15
16
16
-[ ] Are you running the latest v1 release? The list of releases is [here](https://github.com/urfave/cli/releases).
17
-
-[ ] Did you check the manual for your release? The v1 manual is [here](https://github.com/urfave/cli/blob/master/docs/v1/manual.md).
17
+
-[ ] Did you check the manual for your release? The v1 manual is [here](https://github.com/urfave/cli/blob/main/docs/v1/manual.md).
18
18
-[ ] Did you perform a search about this problem? Here's the [Github guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/v2-bug-report.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ _**( Put the version of urfave/cli that you are using here )**_
14
14
## Checklist
15
15
16
16
-[ ] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
17
-
-[ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/master/docs/v2/manual.md)
17
+
-[ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/main/docs/v2/manual.md)
18
18
-[ ] Did you perform a search about this problem? Here's the [Github guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/v2-feature-request.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ assignees: ''
10
10
## Checklist
11
11
12
12
*[ ] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases).
13
-
*[ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/master/docs/v2/manual.md).
13
+
*[ ] Did you check the manual for your release? The v2 manual is [here](https://github.com/urfave/cli/blob/main/docs/v2/manual.md).
14
14
*[ ] Did you perform a search about this feature? Here's the [Github guide](https://help.github.com/en/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests) about searching.
cli is a simple, fast, and fun package for building command line apps in Go. The
10
10
goal is to enable developers to write fast and distributable command line
11
11
applications in an expressive way.
12
12
13
13
## Usage Documentation
14
14
15
-
Usage documentation exists for each major version. Don't know what version you're on? You're probably using the version from the `master` branch, which is currently `v2`.
15
+
Usage documentation exists for each major version. Don't know what version you're on? You're probably using the version from the `main` branch, which is currently `v2`.
cli is tested against multiple versions of Go on Linux, and against the latest
69
69
released version of Go on OS X and Windows. This project uses Github Actions for
70
-
builds. To see our currently supported go versions and platforms, look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/master/.github/workflows/cli.yml).
70
+
builds. To see our currently supported go versions and platforms, look at the [./.github/workflows/cli.yml](https://github.com/urfave/cli/blob/main/.github/workflows/cli.yml).
0 commit comments