Skip to content

Create lute completion command for shell tab-completion#863

Open
tyulpan wants to merge 3 commits intoluau-lang:primaryfrom
tyulpan:add-completion-command
Open

Create lute completion command for shell tab-completion#863
tyulpan wants to merge 3 commits intoluau-lang:primaryfrom
tyulpan:add-completion-command

Conversation

@tyulpan
Copy link
Contributor

@tyulpan tyulpan commented Mar 9, 2026

Adds a lute completion <shell> [options] command to resolve #845.
This command was inspired by a similar command in gh and other popular CLI tools.

Supported shells:

  • bash
  • fish
  • zsh

Completions cover:

  • all embedded lute subcommands
  • per-command flags
  • scripts located in .lute (.luau/.lua)

All supported shells have been tested manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shell Autocompletions

1 participant