Skip to content

Commit 473211c

Browse files
committed
limactl: remove limactl inspect (not a breaking change)
The `limactl inspect` command was added in commit 75594fa (PR 1249), but this is no longer useful as initially intended, because `limactl inspect --format=json` and `limactl ls --format=json` produces the exactly same output. The `limactl inspect` command was only present in the master branch, so this removal is not a breaking change. Fix issue 1282 Signed-off-by: Akihiro Suda <[email protected]>
1 parent f26b412 commit 473211c

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

cmd/limactl/inspect.go

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

cmd/limactl/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ func newApp() *cobra.Command {
9393
newEditCommand(),
9494
newFactoryResetCommand(),
9595
newDiskCommand(),
96-
newInspectCommand(),
9796
)
9897
return rootCmd
9998
}

0 commit comments

Comments
 (0)