progname

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package progname holds the program's invoked name — the basename of the executable as it was run. The entrypoint sets it once at startup (before any goroutine), and every layer that builds help, examples, or guidance reads it here, so a binary renamed on disk produces matching output without the name being hardcoded anywhere.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Name

func Name() string

Name returns the program name to use in help, examples, and guidance strings.

func Set

func Set(s string)

Set records the invoked program name. An empty value is ignored, leaving the default. Call this once at startup, before the command tree runs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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