microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

Update Program.cs #298

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

Extracted repetitive code into separate methods for better readability and maintainability.

Added new features:

Get the settings location from command-line arguments.

Check if the debug mouse option is enabled from command-line arguments.

Get the filename from command-line arguments.