Skip to content

Commit 1e25906

Browse files
committed
cli/tree: Remove unused all field
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 4d6fc33 commit 1e25906

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cli/command/image/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func runImages(ctx context.Context, dockerCLI command.Cli, options imagesOptions
127127
if useTree {
128128
return runTree(ctx, dockerCLI, treeOptions{
129129
images: images,
130-
all: options.all,
131130
filters: filters,
132131
expanded: options.tree,
133132
})

cli/command/image/tree.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const untaggedName = "<untagged>"
2626

2727
type treeOptions struct {
2828
images []imagetypes.Summary
29-
all bool
3029
filters client.Filters
3130
expanded bool
3231
}

0 commit comments

Comments
 (0)