urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.91k stars 1.69k forks source link

Docs are not updated #1798

Open abitrolly opened 11 months ago

abitrolly commented 11 months ago

The current version of the page https://cli.urfave.org/v2/getting-started/ reads "Let's give an action".

But https://github.com/urfave/cli/edit/main/docs/v2/getting-started.md says "Let's add an action".

CI shows that Pages upload job is runs successfully https://github.com/urfave/cli/actions/workflows/pages/pages-build-deployment

Why the contents of the web-site is not updated?

dolmen commented 4 months ago

Worse: the latest version is now v3 but https://cli.urfave.org/ still talks only about v2 and v1.

dearchap commented 4 months ago

v3 docs are present but havent been pushed to remote server. https://github.com/urfave/cli/tree/main/docs/v3