We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76ce50 commit 82e354eCopy full SHA for 82e354e
1 file changed
HackerOS-Updater/main.cr
@@ -153,9 +153,9 @@ def main
153
154
OptionParser.parse do |parser|
155
parser.banner = "Usage: HackerOS-Updater [options]"
156
- parser.on("with-gui", "Run in GUI mode with Alacritty") { with_gui = true }
+ parser.on("--with-gui", "Run in GUI mode with Alacritty") { with_gui = true }
157
parser.on("--gui-mode", "Internal GUI mode") { gui_mode = true }
158
- parser.on("disable-automatic-update", "Disable automatic updates") { disable_auto = true }
+ parser.on("--disable-automatic-update", "Disable automatic updates") { disable_auto = true }
159
parser.on("--auto", "Run in automatic mode (internal)") { auto_mode = true }
160
end
161
0 commit comments