Skip to content

Commit

Permalink
📝 Add document for prompt.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 11, 2024
1 parent 7a395de commit dc9f09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/prompt/utils.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---prompt utils.
local argparse = require "argparse"
local prompt = require "prompt"
local M = {}

---get a parser with same command line options as lua
---@return table
function M.get_parser()
-- Define the command-line argument parser.

Expand Down

0 comments on commit dc9f09a

Please sign in to comment.