Skip to content

Commit cd0e764

Browse files
wesbosnikitabobko
andauthored
Update Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift
Co-authored-by: Nikita Bobko <[email protected]>
1 parent f1af28b commit cd0e764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public struct ResizeCmdArgs: CmdArgs {
3030
}
3131

3232
public enum Dimension: String, CaseIterable, Equatable {
33-
case width, height, smart, smartOpposite
33+
case width, height, smart
34+
case smartOpposite = "smart-opposite"
3435
}
3536

3637
public enum Units: Equatable {

0 commit comments

Comments
 (0)