Skip to content

Commit 2e8fc45

Browse files
committed
refactor: remove lab errors command and its implementation
The lab errors command is no longer needed as build error reporting has been moved to a centralized diagnostic dashboard.
1 parent 73255cb commit 2e8fc45

File tree

2 files changed

+0
-240
lines changed

2 files changed

+0
-240
lines changed

pkg/commands/lab.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Use 'xcli lab [command] --help' for more information about a command.`,
5555
cmd.AddCommand(NewLabConfigCommand(log, configPath))
5656
cmd.AddCommand(NewLabTUICommand(log, configPath))
5757
cmd.AddCommand(NewLabDiagnoseCommand(log, configPath))
58-
cmd.AddCommand(NewLabErrorsCommand(log, configPath))
5958

6059
return cmd
6160
}

pkg/commands/lab_errors.go

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)