Workspace, agent, and task management commands. Co-Authored-By: Virgil <virgil@lethean.io>
7 lines
119 B
Go
7 lines
119 B
Go
package workspace
|
|
|
|
import "forge.lthn.ai/core/go/pkg/cli"
|
|
|
|
func init() {
|
|
cli.RegisterCommands(AddWorkspaceCommands)
|
|
}
|