You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if we could add an ign command file that would enable introspection of a library file by listing the plugins and interfaces present in that library file.
ign plugin --info libPlugin.so
Motivation
It makes it more convenient for downstream users to inspect the interfaces provided by a given plugin library.
Describe alternatives you've considered
We could write a c++ executable instead of an ign tool command.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Summary
It would be cool if we could add an
ign
command file that would enable introspection of a library file by listing the plugins and interfaces present in that library file.Motivation
It makes it more convenient for downstream users to inspect the interfaces provided by a given plugin library.
Describe alternatives you've considered
We could write a c++ executable instead of an
ign
tool command.Additional context
None.
The text was updated successfully, but these errors were encountered: