Skip to content

feat: add 'restore' and 'update' commands to lazy command usage and help output #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

manghidev
Copy link
Owner

This pull request enhances the lazy command script by adding new commands and updating related functionality. The changes include introducing commands for restoring backups, updating to the latest version, and checking timezone configuration, along with updates to command handling and tab completion.

Additions to lazy command functionality:

  • Added new commands: restore, update, and timezone, with descriptions for each in the help output. ([[1]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eR100-R103), [[2]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eR190-R193))
  • Updated the case statement to handle the new commands, ensuring they are properly routed to the make system. ([[1]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eL113-R117), [[2]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eL200-R207))

Tab completion updates:

  • Extended Zsh and Bash tab completion to include the new commands (restore, update, timezone). ([[1]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eL131-R135), [[2]](https://github.com/manghidev/lazyvim-docker/pull/20/files#diff-6755bcf64b612f226a75461973ccbb6bd1ec9a7ed028651bd6698be9c448939eL219-R226))

@manghidev manghidev self-assigned this Jul 8, 2025
@manghidev manghidev merged commit 98af0ee into main Jul 8, 2025
@manghidev manghidev deleted the minor_changes branch July 9, 2025 03:55
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.

1 participant