Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// Username is the current user's username, matching the plan files folder name.
Username string
// Folder is the main folder complete path (default: ~/.carmack).
Folder string
}
Context contains runtime info and is passed to every command handler.
func (*Context) UserFolder ¶
UserFolder returns the joined path of Folder and Username (e.g.: ~/.carmack/johndoe).
Click to show internal directories.
Click to hide internal directories.