We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes, I need to write long commands that I don't want to show the user.
However, mdsh currently supports only single-line commented-out commands (link).
mdsh
For example, I created a code block with a command that shouldn't be executed by mdsh:
https://github.com/nix-community/cache-nix-action/blob/5ccd9ce507c7199b6ea3ca13797f763f69a4b7c6/README.md?plain=1#L335
and the command that should be executed:
https://github.com/nix-community/cache-nix-action/blob/5ccd9ce507c7199b6ea3ca13797f763f69a4b7c6/README.md?plain=1#L340
The latter command is quite long and it'd be convenient if I could rewrite it as a multiline one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes, I need to write long commands that I don't want to show the user.
However,
mdsh
currently supports only single-line commented-out commands (link).Example
For example, I created a code block with a command that shouldn't be executed by
mdsh
:https://github.com/nix-community/cache-nix-action/blob/5ccd9ce507c7199b6ea3ca13797f763f69a4b7c6/README.md?plain=1#L335
and the command that should be executed:
https://github.com/nix-community/cache-nix-action/blob/5ccd9ce507c7199b6ea3ca13797f763f69a4b7c6/README.md?plain=1#L340
The latter command is quite long and it'd be convenient if I could rewrite it as a multiline one.
The text was updated successfully, but these errors were encountered: