Expand description
CLI commands for hook management
This module provides command-line interface commands for managing hooks, including listing, inspecting, enabling, disabling, and deleting hooks.
Re-exports§
pub use commands::delete_hook;pub use commands::disable_hook;pub use commands::enable_hook;pub use commands::inspect_hook;pub use commands::list_hooks;pub use commands::HookCommand;pub use formatter::format_hook_json;pub use formatter::format_hook_table;pub use formatter::format_hooks_json;pub use formatter::format_hooks_table;
Modules§
Structs§
- HookCli
- Hook management CLI interface