Remove redundant file

pull/3/head
Iron-E 4 years ago
parent 20fa75aa54
commit 53b58d930f
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -1,38 +0,0 @@
--[[
/*
* IMPORTS
*/
--]]
local Prompt = require('libmodal/src/Prompt')
--[[
/*
* MODULE
*/
--]]
local prompt = {}
--------------------------
--[[ DEPRECATED. ]]
--[[ SUMMARY:
* Enter a prompt.
]]
--[[ PARAMS:
* `args[1]` => the prompt name.
* `args[2]` => the prompt callback, or mode command table.
* `args[3]` => a completions table.
]]
--------------------------
function prompt.enter(name, instruction, ...)
Prompt.new(name, instruction, ...):enter()
end
--[[
/*
* PUBLICIZE MODULE
*/
--]]
return prompt
Loading…
Cancel
Save