Documentation
¶
Overview ¶
Package cmd provides the top-level Cobra command tree, global flags, and command execution entry points for batch-tool.
The package handles argument validation and command composition, with repository selection and execution behavior provided by lower-level packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package exec provides the command implementation for running shell commands or executable files across selected repositories.
|
Package exec provides the command implementation for running shell commands or executable files across selected repositories. |
|
Package git provides git-focused subcommands for branch, status, commit, push, diff, stash, and update operations across repository batches.
|
Package git provides git-focused subcommands for branch, status, commit, push, diff, stash, and update operations across repository batches. |
|
Package make provides command handlers for executing one or more make targets across a selected set of repositories.
|
Package make provides command handlers for executing one or more make targets across a selected set of repositories. |
|
Package pr provides pull-request lifecycle commands such as create, edit, get, and merge across repository batches.
|
Package pr provides pull-request lifecycle commands such as create, edit, get, and merge across repository batches. |
Click to show internal directories.
Click to hide internal directories.