From 9280067e311167e3783b5afbe4718804fab65dc8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 Jun 2026 11:04:36 -0700 Subject: [PATCH] better document the effect of arg_modifiers order --- installer-gui/src-tauri/src/modifiers.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer-gui/src-tauri/src/modifiers.rs b/installer-gui/src-tauri/src/modifiers.rs index 85c5d4d..4bae1a9 100644 --- a/installer-gui/src-tauri/src/modifiers.rs +++ b/installer-gui/src-tauri/src/modifiers.rs @@ -34,7 +34,8 @@ pub struct SubcommandModifier<'a> { /// Provides "modifiers" or additional metadata about each subcommand. /// /// The order of the subcommands in the returned vector is the same order that subcommands will be -/// shown in the GUI. +/// shown in the GUI. Similarly, the order of the elements in each arg_modifiers field controls the +/// order that a subcommand's options will be shown in the GUI. pub fn subcommand_modifiers() -> Vec> { let admin_ip = ArgumentModifier { clap_id: "admin_ip",