4 Commits

Author SHA1 Message Date
Björn Benouarets
0cf7a0f82c feat(wake): Make authentication optional for wake command
- Remove required flag from username/password for wake command
- Add validation to ensure both auth params are provided together
- Update help text and examples to show optional authentication
- Update README documentation to reflect authentication requirements
2025-11-12 12:28:17 +01:00
Björn Benouarets
784ebf24e4 docs: Update README for new subcommand structure
- Document wake and sleep subcommands
- Update usage examples to reflect new command structure
- Clarify default ports for each command (wake: 9, sleep: 9999)
- Improve documentation formatting and organization
2025-11-12 12:25:43 +01:00
Björn Benouarets
c91b13a08f refactor(cli): Add subcommands for wake and sleep operations
- Restructure CLI to use subparsers for wake and sleep commands
- Add separate argument parsers for wake (port 9) and sleep (port 9999) commands
- Maintain backward compatibility with existing authentication and configuration
- Update help text and examples to reflect new command structure
2025-11-12 12:23:59 +01:00
Björn Benouarets
9cfb79545d feat(cli): Initial commit v0.0.1-dev0 2025-11-11 20:39:44 +01:00