Skip to content

환경변수나 인자로 전달받는 내용을 map[string]string 포맷으로 변경합니다.

License

Notifications You must be signed in to change notification settings

Sotaneum/go-args-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-args-parser

GitHub release Go GitHub go.mod Go version of a Go module GoReportCard example GitHub license

환경변수나 인자로 전달받는 내용을 map[string]string 포맷으로 변경합니다.

Getting started

download

go get -v github.com/Sotaneum/go-args-parser

API

name params & returns info
Args map[string]string Argument로 넘어오는 값을 map[string]string 포맷으로 반환합니다.
EnvAll map[string]string 모든 환경 변수 값을 map[string]string 포맷으로 반환합니다.
Env map[string]string 환경 변수 값 중 params에 해당하는 key만 추출하여 map[string]string 포맷으로 반환합니다.
ArgsJoinEnv map[string]string params에 해당 하는 key만 추출하여 env로 부터 값을 가져오고 그 위에 Args를 덮어쓰기합니다.

LICENSE

MIT

About

환경변수나 인자로 전달받는 내용을 map[string]string 포맷으로 변경합니다.

Topics

Resources

License

Stars

Watchers

Forks

Languages