LineHook
Version updated for https://github.com/NagusameCS/lineHook to version v1.0.5.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s New
New Features
- Uninstall Command: Added
linehook uninstall(orlinehook u) to cleanly remove LineHook from your project- Removes
.linehook/directory (config, badges, graphs) - Removes GitHub Action workflow (
.github/workflows/linehook.yml) - Cleans up LineHook entries from
.gitignore - Interactive confirmation (use
-yto skip) - Automatically cleans up empty
.githubdirectories
- Removes
Usage
# Interactive uninstall
linehook uninstall
# Skip confirmation
linehook uninstall -y