Expand description
M-RECP.0 / AUT-261 — System Settings deep-link helpers.
Maps a SettingsPane enum to the OS-specific URL / shell-command
the user’s system honours. Today: macOS + Windows return real URLs;
Linux returns None (no universal deep-link).
Enums§
- Settings
Pane - Which System Settings / Control Panel pane to open.
Functions§
- open_
args_ 🔒for_ current_ os - open_
command - The shell argument list that opens the requested pane on the
current OS, OR
Noneif no deep-link is known. Linux returnsNonebecause the desktop environment determines the right command (GNOME Control Center vs KDE System Settings vs …). - url_
for_ 🔒current_ os