Documentation
¶
Overview ¶
Package stacks parses and validates the A_NOVEL_STACKS environment variable, the daemon's single source of truth for which checkouts to manage.
Format: "name1:/path1,name2:/path2,..." — first entry is the default stack. Unset / empty: a single inferred stack named "default" at ~/git-projects/a-novel.
Index ¶
Constants ¶
View Source
const DefaultName = "default"
DefaultName is the stack name used when A_NOVEL_STACKS is unset.
View Source
const EnvVar = "A_NOVEL_STACKS"
EnvVar is the env var name read at daemon start.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
Stack is one registered git-checkout the daemon manages.
Click to show internal directories.
Click to hide internal directories.