mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Remove deprecated {resolution} output format option
This commit is contained in:
parent
77103ff1f1
commit
18534b259b
3 changed files with 0 additions and 22 deletions
|
|
@ -446,10 +446,6 @@ impl Format {
|
|||
universal,
|
||||
),
|
||||
)
|
||||
.replace(
|
||||
"{resolution}",
|
||||
&sanitize(self.resolution.to_string(), true, universal),
|
||||
)
|
||||
.replace(
|
||||
"{width}",
|
||||
&sanitize(self.resolution.width.to_string(), true, universal),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue