Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountPorcelainLines ¶
CountPorcelainLines parses `git status --porcelain` output (including synthetic fixtures in tests).
func NewSyncCmd ¶
NewSyncCmd builds the `da sync` command tree from injected dependencies.
Types ¶
type Deps ¶
type Deps struct {
Flags GlobalFlags
RunRefresh func(projectFilter string) error
}
Deps carries cross-package behavior the sync subtree cannot import from commands without creating an import cycle.
type GlobalFlags ¶
GlobalFlags mirrors the subset of commands.GlobalFlags used by sync subcommands.
Click to show internal directories.
Click to hide internal directories.