-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: tag non-rust code blocks as such instead of ignoring them
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,7 +236,7 @@ | |
//! | ||
//! If you were to compile any of the above programs and run them with the flag `--help` or `-h` (or `help` subcommand, since we defined `test` as a subcommand) the following would be output | ||
//! | ||
//! ```ignore | ||
//! ```text | ||
//! $ myprog --help | ||
//! My Super Program 1.0 | ||
//! Kevin K. <[email protected]> | ||
|
@@ -368,7 +368,7 @@ | |
//! | ||
//! If contributing, you can run the tests as follows (assuming you're in the `clap-rs` directory) | ||
//! | ||
//! ```ignore | ||
//! ```sh | ||
//! $ cargo test && make -C clap-tests test | ||
//! $ cargo test --features yaml | ||
//! | ||
|