You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/steverusso/cli

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/steverusso/cli

v0.3.0
Source
Go
Version published
Created
Source

cli

Go Reference

go get github.com/steverusso/cli@latest

Features

  • Lightweight, simple, composable.
  • There are zero external dependencies.
  • No required project / file layout or recommended use of a generator.
  • No reflection.
  • Fully POSIX-compliant flags (including short & long versions). (TODO reword and check if true)
  • Inputs can additionally be parsed from environment variables and / or default values.
  • Nested subcommands.
  • Clean, well-formatted help messages by default.
  • Ability to build custom help messages.

[!NOTE] This is primarily a library to parse command line arguments. Anything it offers in addition to that (such as optionally reading values from environment variables as well) should be invisible to the user who wants to simply parse command line arguments.

FAQs

Package last updated on 19 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts