Skip to content

Commit dc9f09a

Browse files
committed
📝 Add document for prompt.utils
1 parent 7a395de commit dc9f09a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/prompt/utils.lua

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
---prompt utils.
12
local argparse = require "argparse"
23
local prompt = require "prompt"
34
local M = {}
45

6+
---get a parser with same command line options as lua
7+
---@return table
58
function M.get_parser()
69
-- Define the command-line argument parser.
710

0 commit comments

Comments
 (0)