go/pkg/workspace/cmd.go
Snider edace890f3 feat(workspace): implement workspace.yaml support
- Add pkg/workspace package with config and commands
- Integrate with pkg/php/cmd.go for context switching
- Refactor pkg/repos to use pkg/workspace for config
- Register workspace commands in full variant
2026-02-01 02:18:19 +00:00

7 lines
121 B
Go

package workspace
import "github.com/host-uk/core/pkg/cli"
func init() {
cli.RegisterCommands(AddWorkspaceCommands)
}