diff --git a/Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift b/Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift index c8c05c18..81a4fa70 100644 --- a/Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift +++ b/Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift @@ -30,7 +30,8 @@ public struct ResizeCmdArgs: CmdArgs { } public enum Dimension: String, CaseIterable, Equatable { - case width, height, smart, smartOpposite + case width, height, smart + case smartOpposite = "smart-opposite" } public enum Units: Equatable {