compgen: add example to show completing given strings (#15287)

This commit is contained in:
Managor
2024-12-26 20:15:40 +02:00
committed by GitHub
parent b4a0f48d60
commit 2bae5a67f4

View File

@@ -7,6 +7,10 @@
`compgen -c`
- List all commands that you could run that start with a specified string:
`compgen -c {{str}}`
- List all aliases:
`compgen -a`