Skip to content

Add support for references

AdminXVII requested to merge references into master

Allow splitting definition files by subcommand. Since this can slow down massively the search if abused, this is generally not advised for non-terminal choices (the last token in a query string), but is really valuable for commands like git.

Use ... + a file name in a non-regex choice to match the rest of the command with a subfile.

Merge request reports