Registry / cli / datadrake-cli-ng-v2

datadrake-cli-ng-v2

JSON →
library2.0.2gogounverified

A Go library for building command-line interfaces with subcommands and flags.

go get github.com/DataDrake/cli-ng/v2
INSTALL
IMPORT
SIG · DATADRAKE-CLI-NG-V
D
datadrake-cli-ng-v2
cligov2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
github.com/DataDrake/cli-ng/v2

Defines a simple CLI command and runs it.

package main import ( "fmt" "github.com/DataDrake/cli-ng/v2" ) func main() { cli.Root.Sub = &cli.Command{ Name: "hello", Run: func(r *cli.Root, args []string) { fmt.Println("Hello, world!") }, } cli.ParseAndRun() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
datadrake-cli-ng-v2 — go get datadrake-cli-ng-v2 · libregistry