Skip to content

Commit

Permalink
Regenerated lua
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Aug 27, 2024
1 parent 6c2680c commit a68191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/teal_language_server/args_parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local args_parser = {CommandLineArgs = {}, }

function args_parser.parse_args()
local argparse = require("argparse")
local parser = argparse("teal-language-server", "Tea Leaves")
local parser = argparse("teal-language-server", "Teal Language Server")

parser:option("-V --verbose", "")

Expand Down

0 comments on commit a68191f

Please sign in to comment.