diff --git a/examples/blob/cli/README.md b/examples/blob/cli/README.md index adb0ae9e0..e13806f90 100644 --- a/examples/blob/cli/README.md +++ b/examples/blob/cli/README.md @@ -3,15 +3,13 @@ The blobcli tool has several options that are listed by using the -h command however the three operating modes are covered in more detail here: -Command Mode ------------- +## Command Mode This is the default and will just execute one command at a time. It's simple but the downside is that if you are going to interact quite a bit with the blobstore, the startup time for the application can be cumbersome. -Shell Mode ----------- +## Shell Mode You startup shell mode by using the -S command. At that point you will get a "blob>" prompt where you can enter any of the commands, including -h, @@ -19,8 +17,7 @@ to execute them. You can stil enter just one at a time but the initial startup time for the application will not get in the way between commands anymore so it is much more usable. -Script (aka test) Mode ----------------------- +## Script (aka test) Mode In script mode you just supply one command with a filename when you start the cli, for example `blobcli -T test.bs` will feed the tool the file diff --git a/mdl_rules.rb b/mdl_rules.rb index 98d2369e4..0e5684ec0 100644 --- a/mdl_rules.rb +++ b/mdl_rules.rb @@ -1,5 +1,4 @@ all -exclude_rule 'MD003' exclude_rule 'MD004' exclude_rule 'MD010' rule 'MD013', :line_length => 170