Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkv committed Sep 28, 2019
1 parent 8b146c0 commit 22e4b52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22e4b52

Please sign in to comment.