mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-13 04:26:28 +03:00
fix: relocate binary analysis skill
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
"""CLI command implementations — argument parsing, dispatch, and output."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from binary_analysis.cli import (
|
||||
binary_ops,
|
||||
bootstrap,
|
||||
doctor,
|
||||
functions,
|
||||
project,
|
||||
references,
|
||||
reporting,
|
||||
search,
|
||||
security,
|
||||
structural,
|
||||
version,
|
||||
worker,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"binary_ops",
|
||||
"bootstrap",
|
||||
"doctor",
|
||||
"functions",
|
||||
"project",
|
||||
"references",
|
||||
"reporting",
|
||||
"search",
|
||||
"security",
|
||||
"structural",
|
||||
"version",
|
||||
"worker",
|
||||
]
|
||||
Reference in New Issue
Block a user