1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 21:03:53 +02:00

declare: add example (#17685)

This commit is contained in:
Managor 2025-08-16 10:42:18 +03:00 committed by GitHub
parent 5e238bf766
commit b05bcbd6b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,3 +30,7 @@
- Print a function definition:
`declare -f {{function_name}}`
- Print a variable definition:
`declare -p {{variable_name}}`