From cae7c916aea1daadd9e981bd91a320098fd179a0 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 11 May 2020 00:59:50 +1000 Subject: [PATCH] made the shell include the documentation library automatically --- lib/shutil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shutil.lua b/lib/shutil.lua index 2b497f2..e093bd3 100644 --- a/lib/shutil.lua +++ b/lib/shutil.lua @@ -2,6 +2,7 @@ local component = require "component" local fs = require "fs" local shell = require "shell" local ed = require "ed" +local doc = require "doc" local shutil = {} shutil.ed = ed.interactive shutil.vi = ed.visual