AddPath adds path to file to output
()
| 2277 | |
| 2278 | // AddPath adds path to file to output |
| 2279 | func (l *ListFormat) AddPath() { |
| 2280 | l.AppendOutput(func(entry *ListJSONItem) string { |
| 2281 | return l.normalisePath(entry, entry.Path) |
| 2282 | }) |
| 2283 | } |
| 2284 | |
| 2285 | // AddEncrypted adds the encrypted path to file to output |
| 2286 | func (l *ListFormat) AddEncrypted() { |