Documentation ¶
Overview ¶
Package list implements a command to print the list of trees in a phygeo project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "list <project-file>",
Short: "print a list of the trees in a project",
Long: `
Command list reads the trees from a PhyGeo project and print the tree names in
the standard output.
The argument of the command is the name of the project file.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.