From 22e4b52223bdd46dc7a8d4342b1064e08189042b Mon Sep 17 00:00:00 2001 From: Semyon Novikov Date: Sat, 28 Sep 2019 18:52:35 +0500 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de8c25..2c482b8 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,12 @@ Otherwise nothing will be printed and process will exit with 0. ``` % tf-unused tests/fixtures/has_unused/ -Unused variable "legacy_switch_i_forgot_to_remove" defined in tests/fixtures/has_unused/vars.tf -Unused variable "surprisingly_unimportant_variable" defined in tests/fixtures/has_unused/vars.tf +In tests/fixtures/has_unused/vars.tf: + * Unused definition legacy_switch_i_forgot_to_remove + * Unused definition surprisingly_unimportant_variable + +In tests/fixtures/has_unused/some.tfvars: + * Unused value for some_random_variable % echo $? 1