SkillAgentSearch skills...

Minimist

port of substack/minimist to golang

Install / Use

/learn @mgutz/Minimist
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

minimist

Simple CLI args parser.

Port of minimist to golang

options

--a // a == true --a=foo // a == "foo" --a foo // a == "foo"

--no-a // a == false -a // a == true -ab // a == true, b == true -ab foo // a == true, b == "foo"

license

MIT

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated10mo ago
Forks3

Languages

Go

Security Score

62/100

Audited on May 25, 2025

No findings