Update
This commit is contained in:
@@ -95,6 +95,9 @@ handle_extension() {
|
||||
json)
|
||||
jq --color-output . "${FILE_PATH}" && exit 5
|
||||
python -m json.tool -- "${FILE_PATH}" && exit 5
|
||||
|
||||
# txt)
|
||||
# cat "${FILE_PATH}" && exit 5
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user