Skip to content

urfave/argh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29e3de7 · Jul 16, 2023

History

71 Commits
Jul 14, 2023
Jul 1, 2023
Jul 14, 2023
Nov 9, 2022
Jul 14, 2023
Jul 12, 2023
Jul 15, 2023
Jul 12, 2023
Jun 13, 2023
Jun 13, 2023
Jul 13, 2023
Jul 14, 2023
Jul 14, 2023
Jul 8, 2023
Jul 14, 2023
Jul 13, 2023
Jul 12, 2023
Jun 13, 2023
Jul 13, 2023
Jun 13, 2023
May 23, 2022
Jul 10, 2022
Jul 1, 2023
Jul 1, 2023
Jul 14, 2023
Jul 15, 2023
Jul 15, 2023

Repository files navigation

argh command line parser

background

The Go standard library flag way of doing things has long been a source of frustration while implementing and maintaining the urfave/cli library. Many alternate parsers exist, including:

In addition to these other implementations, I also got some help via this oldie and the Go standard library parser.

goals

  • get a better understanding of the whole problem space
  • support both POSIX-y and Windows-y styles
  • build a printable/JSON-able parse tree
  • support rich error reporting
  • support event-like reactive parsing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published