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
# current directory
fixjson '*.json'# current directory and all subdirectories, recursively
fixjson '**/*.json'# exactly the first child directory# (not the current directory, no grandchildren)
fixjson '*/*.json'
This causes fixjson to use its glob module to walk the directory rather than the shell passing all of the JSON files as strings.
Is it possible to add something like a queue to prevent the Argument list too long error?
Thanks
The text was updated successfully, but these errors were encountered: