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",