md-cli-test 0.1.0

A helper library for integration testing of CLI apps using markdown files as a source of test cases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Configuring Rustfmt: https://github.com/rust-lang-nursery/rustfmt/blob/master/Configurations.md
unstable_features = true
max_width = 120
comment_width = 120
edition = "2024"
condense_wildcard_suffixes = true
match_block_trailing_comma = true
format_macro_matchers = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"
newline_style = "Unix"
overflow_delimited_expr = true
use_field_init_shorthand = true
wrap_comments = true