Documentation
¶
Overview ¶
Package submodules is a modular way of interacting with submodules This package is often chained together with other packages to create complex commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandSubmodules ¶
CommandSubmodules allows a shell command to be run in the current repository submodules It would be a good place to run commands such as `ps` or `ls` It will return a nil error object on success
func LoopSubmodules ¶
func LoopSubmodules(callback func(sub *git.Submodule)) error
LoopSubmodules will run through all submodules in the current repository It will return a nil error object on success
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.