Skip to content

Conversation

@h8d13
Copy link
Contributor

@h8d13 h8d13 commented Jan 9, 2026

Idea credits to @Mattyan89 in discussions

Simply adds a Management option with standard tools often used in Arch Linux installations where you can select none or all of them.

}

@staticmethod
def parse_arg(arg: dict[str, Any]) -> 'ManagementConfiguration':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use ManagementConfigSerialization instead of dict[str, Any] here?

That would help catch mismatching dictionary keys and reduce the usage of Any in the codebase.

@svartkanin
Copy link
Collaborator

Same #4103 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants