better description

This commit is contained in:
Zeioth 2023-06-13 12:58:51 +02:00 committed by GitHub
parent a00f312d78
commit b7891c0ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
"# ${2: Description of the returned value.}",
"#######################################"
],
"description": "A shell comment block for functions, including description, globals, arguments, outputs, and returns.\n\nYou can delete 'Globals'/'Arguments'/'Outputs' in functions with no input/output.\n\nIt doesn't includes, but accepts the optional keywords:\n 'See'\n 'Raises'"
"description": "A shell comment block for functions, including description, globals, arguments, outputs, and returns. For functions without I/O, use the simple version of this snippet instead.\n\nYou can delete 'Globals'/'Arguments'/'Outputs' in functions with no input/output.\n\nIt doesn't includes, but accepts the optional keywords:\n 'See'\n 'Raises'"
},
"comment_simple": {
"prefix": "##",