-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice if tach report
also supported json output.
Something like this
$ tach report --help
...
--output Output format, one of `pretty`, `raw`, `json`
tach report --json my_module
{
"dependencies": [
{
"file_path": "my_module/abc.py",
"line_number": 44,
"import": "other_module.abc"
},
// ...
],
"usages": ...,
"external-dependencies": ...
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request