meta

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package meta dispatches `@`-sigil meta-commands — handled by justx, never passed to `just`. v1 ships `@init`; `@help` and `@version` are cheap built-ins. The meta surface is built on urfave/cli/v3 so each command (and future ones like @add/@upgrade/@doctor) gets its own flags and help for free.

Index

Constants

View Source
const Version = "0.2.0"

Version is the justx version. Stays 0.x until `@upgrade` lands: every generated justfile carries a fence telling the user to run it, so the provenance contract is not actually honored yet.

Variables

This section is empty.

Functions

func Run

func Run(args []string) int

Run handles an `@`-sigil meta invocation. args[0] is the meta-command including its leading `@` (the sigil split happens in main). 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