cli: Add the -d option to provide inline conf

This commit is contained in:
Adrien Vergé
2016-03-04 18:49:29 +01:00
parent 4e188f8801
commit 7688567faa
3 changed files with 43 additions and 4 deletions

View File

@@ -57,6 +57,9 @@ Usage
.. code:: bash
# Use a pre-defined lint configuration
yamllint -d relaxed file.yml
# Use a custom lint configuration
yamllint -c ~/myconfig file.yml