core

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ScopeGet

func ScopeGet[T any](st ScopeType, what string) (T, error)

Types

type ScopeType

type ScopeType map[string]interface{}

type Utils

type Utils struct{}

utils is an internal helper type providing argument parsing functionality.

func (*Utils) ParseArgs

func (u *Utils) ParseArgs(argv []string) (map[string]string, []string)

parse_args processes a slice of command-line arguments. It detects flags prefixed with "--" (e.g., "--flag", "--key=value", "--key:value"). Flags without a value are stored with an empty string. Returns a map of flag names to their values, and a slice of non-flag arguments.

func (*Utils) ParseFlag

func (u *Utils) ParseFlag(el string) (string, string)

Jump to

Keyboard shortcuts

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