Discover Packages
github.com/jossmoff/grove
internal
cmd
package
Version:
v0.0.0-...-8eb78f3
Opens a new window with list of versions in this module.
Published: Jul 29, 2026
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package cmd wires the CLI surface to the internal packages. Each function
returns one *cli.Command; the mapping from flags to behaviour lives here and
nowhere else, so the internal packages never see the CLI.
Config returns the `grove config` command.
Finish returns the `grove finish` command.
Init returns the `grove init` command (zoxide/starship idiom).
Ls returns the `grove ls` command.
New returns the `grove new` command.
Path returns the `grove path` command.
Profile returns the `grove profile` noun with its verbs.
Repo returns the `grove repo` noun with its verbs.
Sync returns the `grove sync` command.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.