From bedfd517b81d850c6f841673cf9824b8d0e2e0c1 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Fri, 29 Nov 2024 14:18:43 +0800 Subject: [PATCH] minor update common Signed-off-by: Lixia (Sylvia) Lei --- cmd/oras/internal/option/common.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/oras/internal/option/common.go b/cmd/oras/internal/option/common.go index 8e332782f..5713dd7b8 100644 --- a/cmd/oras/internal/option/common.go +++ b/cmd/oras/internal/option/common.go @@ -31,7 +31,8 @@ type Common struct { Printer *output.Printer TTY *os.File Debug bool - noTTY bool + + noTTY bool } // ApplyFlags applies flags to a command flag set.