//
pkg.gl
Category
github.com/shogo82148/std
cmd
internal
quoted
package
1.23.0
Repository:
https://github.com/shogo82148/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
9 SLOC
#
Functions
Join
Join joins a list of arguments into a string that can be parsed with Split.
Split
Split splits s into a list of fields, allowing single or double quotes around elements.
#
Type aliases
Flag
A Flag parses a list of string arguments encoded with Join.