Documentation
¶
Overview ¶
Package base defines the foundational structures required to build out the dgit command suite.
Index ¶
Constants ¶
View Source
const ( DGITENV = "DGITENV" DGIT_REPO_BASE = "DGIT_REPO_BASE" DGIT_PROJ_LIST_PATH = "DGIT_PROJ_LIST_PATH" DGIT_REMOVE_SUFFIX = "DGIT_REMOVE_SUFFIX" )
Environment variable keys
View Source
const KnownEnv = `
DGITENV
DGIT_REPO_BASE
DGIT_PROJ_LIST_PATH
DGIT_REMOVE_SUFFIX
`
KnownEnv is a list of environment variables that affect the operation of the dgit command
Variables ¶
View Source
var DGit = &Command{
Name: "dgit",
LongHelp: `Djmoch's Git Viewer
DGit is a template-driven alternative to CGit. It listens on a TCP
port to allow viewing Git repositories from a web browser.
`,
Usage: "dgit <command> [arguments]",
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.