UNPKG

tune-basic-toolset

Version:
18 lines (17 loc) 385 B
{ "description": "Read the contents of a specified file", "parameters": { "type": "object", "properties": { "filename": { "type": "string", "description": "The name of the file to read" }, "linenum": { "type": "boolean", "description": "prepend every line with linenumber" } }, "required": ["filename"] } }