<Command>bun run bin/lister.js [classfile]</Command>
<ExampleOutput> ```` > bun run bin/lister.js tests/bin/lister.js ThisIsATest:6-20 $.Var#frob the frob thing $.Method#grobnicate what it says on the tin ```` </ExampleOutput>list-classes
给定一个Simulabra模块,打印出该模块内所有类的列表,并附上对应的文档字符串、行号以及槽位信息。
SKILL.md
--- frontmattername: list-classes description: Given a Simulabra module, print out a listing of the classes inside with their docstrings, line numbers, and slots allowed-tools: Bash