Skip to content

Commit

Permalink
Update Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Bobko <[email protected]>
  • Loading branch information
wesbos and nikitabobko authored Nov 22, 2024
1 parent f1af28b commit cd0e764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Common/cmdArgs/impl/ResizeCmdArgs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cd0e764

Please sign in to comment.