0.5
- New filter options for filtering results to match specific criteria, documented here:
--function
,--class
,--async
,--typed
,--untyped
,--partially-typed
,--fully-typed
#21 - New
--count
option, returning a count of the number of symbols that matched the search criteria. To count every test function in a project:symbex 'test_*' --count
#22 - README now includes a copy of the
--help
output. #24