cli doc improvements

This commit is contained in:
David Heinemeier Hansson
2026-05-06 12:18:57 +02:00
parent 99357bf549
commit 647cae0ca0
4 changed files with 7 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Adjust the brightness on Apple Studio Displays and Apple XDR Displays using asdcontrol.
# omarchy:args=<+N%|N%-|N%>
# omarchy:examples=omarchy brightness display apple +5% | omarchy brightness display apple 5%- | omarchy brightness display apple 50%
if (( $# == 0 )); then
echo "Adjust Apple Display brightness by passing +5%, 5%-, or 100%"