Skip to content

go-shlex is a POSIX command-line shell-like argument parser

License

Notifications You must be signed in to change notification settings

hugelgupf/go-shlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-shlex

CircleCI Go Report Card GoDoc

go-shlex is a POSIX command-line shell-like argument parser.

Differences

  • anmitsu/go-shlex: anmitsu does not support comments (#) and double-quoted dollar ($) and backtick (`) characters.

  • google/shlex: google does not support Unicode spaces and double-quoted newlines (\n) and backslashes (\). google also stops parsing upon error, while we (and anmitsu) will return partial results.

About

go-shlex is a POSIX command-line shell-like argument parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages