Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumtier committed Dec 19, 2024
1 parent 1268e86 commit 475e946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fullscreen = true
# Exit directly after copy/save action
early-exit = true
# Draw corners of rectangles round if the value is greater than 0 (0 disabled rounded corners)
corner_roundness = 12,
corner-roundness = 12
# Select the tool on startup [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
initial-tool = "brush"
# Configure the command to be called on copy, for example `wl-copy`
Expand Down Expand Up @@ -117,6 +117,8 @@ Options:
Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: <https://docs.rs/chrono/latest/chrono/format/strftime/index.html>
--early-exit
Exit directly after copy/save action
--corner-roundness <ROUNDNESS_FACTOR>
Draw corners of rectangles round if the value is greater than 0 (0 disabled rounded corners)
--initial-tool <TOOL>
Select the tool on startup [aliases: init-tool] [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
--copy-command <COPY_COMMAND>
Expand Down

0 comments on commit 475e946

Please sign in to comment.