diff options
author | ghankins <ghankins@mindspring.com> | 2016-08-03 22:02:54 -0400 |
---|---|---|
committer | ghankins <ghankins@mindspring.com> | 2016-08-03 22:02:54 -0400 |
commit | d54c81601160585cad539ff20695f834c7adbb59 (patch) | |
tree | eefa03b4214ac999012ce74fb94cc6b9f56d04ac | |
parent | 5e19bcca367a4445d1ef2e4e222cf5c7b28942b9 (diff) |
clarified how to find model file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ output: ### Output types -If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb`. +If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb` (run `gem contents oxidized` to find out the full file path). For example, let's say you want to split out `show version` and `show inventory` into separate files in a directory called `nodiff` which your tools will not send automated diffstats for. You can apply a patch along the lines of |