cli

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package cli is simbroker's command-line surface: a thin layer that parses flags and renders broker results. All allocation logic lives in internal/broker.

Index

Constants

This section is empty.

Variables

View Source
var Version = ""

Version is stamped at build time via -ldflags "-X .../cli.Version=...". When it isn't (a plain `go build`, or `go install ...@v1.2.3`), version() falls back to the module version the toolchain embeds, so a `go install`ed binary still reports something useful in bug reports.

Functions

func Run

func Run(args []string) int

Run dispatches argv (without the program name) and returns a process exit code.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL