A Go library for splitting command line strings into arguments arrays using bash syntax.
Argv is a Go library designed to parse command line strings into arrays of arguments, following bash shell syntax rules. It handles complex scenarios like quoted strings, backticks, and pipelines, making it useful for building command-line tools and shells.
|) to separate commands into distinct argument arrays.Argv focuses on providing a reliable, lightweight parser that mimics shell behavior, enabling developers to integrate command-line parsing seamlessly into Go applications.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.