We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--badge
1 parent c9e9bfc commit ddd4efaCopy full SHA for ddd4efa
test/test.sh
@@ -58,6 +58,12 @@ cargo run -- --color-scheme dark ./examples/src/apple.png
58
echo -e "\nTest that \`--no-progress\` is accepted."
59
cargo run -- --no-progress ./examples/src/apple.png
60
61
+echo -e "\nTest that \`--badge alias\` is accepted."
62
+cargo run -- --badge alias ./examples/src/apple.png
63
+
64
+echo -e "\nTest that \`--badge locked\` is accepted."
65
+cargo run -- --badge locked ./examples/src/apple.png
66
67
echo -e "\nTest that \`--output-icns\` is accepted."
68
cargo run -- --output-icns ./examples/src/folder_outline_custom_path_1.icns ./examples/src/folder_outline.png
69
check_file ./examples/src/folder_outline_custom_path_1.icns
0 commit comments