diff options
author | Zach White <skullydazed@gmail.com> | 2021-04-14 19:00:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 19:00:22 -0700 |
commit | 588bcdc8ca212b195a428fc43766a59a9252c08d (patch) | |
tree | 4867ef610b2178d51002063bd4913e806f771543 /docs/_summary.md | |
parent | b33e6793de6c5f5124ee88fb3eb62d8f54f74940 (diff) | |
download | qmk_firmware-588bcdc8ca212b195a428fc43766a59a9252c08d.tar.gz qmk_firmware-588bcdc8ca212b195a428fc43766a59a9252c08d.zip |
Add support for tab completion (#12411)
* Add support for tab completion
* make flake8 happy
* Add documentation
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 83799acdb..825514e6b 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -29,6 +29,7 @@ | |||
29 | * [Overview](cli.md) | 29 | * [Overview](cli.md) |
30 | * [Configuration](cli_configuration.md) | 30 | * [Configuration](cli_configuration.md) |
31 | * [Commands](cli_commands.md) | 31 | * [Commands](cli_commands.md) |
32 | * [Tab Completion](cli_tab_complete.md) | ||
32 | 33 | ||
33 | * Using QMK | 34 | * Using QMK |
34 | * Guides | 35 | * Guides |