You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# my_crate
Some information I've totally written in my crate docs.
## Binaries### `my_bin_name````usage: my_bin_name [-h] arg [arg ...]positional arguments: argoptions: -h, --help show this help message and exit```### `my_other_bin````usage: my_other_bin [-h] arg [arg ...]positional arguments: argoptions: -h, --help show this help message and exit```
This would allow somewhat-arbitrary code execution which isn't ideal but this is a really useful feature to have when it comes to self-documentation. My current solution is a python script which pipes text into a labelled code block: https://pypi.org/project/pipe2codeblock/
The text was updated successfully, but these errors were encountered:
Possibly best supported in the template file, something like
which would produce something like
This would allow somewhat-arbitrary code execution which isn't ideal but this is a really useful feature to have when it comes to self-documentation. My current solution is a python script which pipes text into a labelled code block: https://pypi.org/project/pipe2codeblock/
The text was updated successfully, but these errors were encountered: