Open Issues Need Help
View All on GitHubAI Summary: The task involves improving the maintainability of the `razer-cli` project by adding a local build workflow for linting and testing, a method for easily testing changes without affecting the installed version, and clarifying the project's relationship with the `openrazer` daemon and the division of responsibilities between the CLI and GUIs.
CLI for configuring Razer devices
AI Summary: Improve the Razer CLI's help functionality by adding a more intuitive `razer-cli help TOPIC` command, which should function identically to the existing `razer-cli -man TOPIC` command. This involves creating an alias or similar mechanism within the CLI's code. Additionally, investigate and resolve the issue where the help pages are not being correctly installed or accessed, leading to a `FileNotFoundError`. This likely involves verifying the package data declaration in `setup.py` and ensuring correct installation across different operating systems and packaging methods.
CLI for configuring Razer devices