paths-le 0.2.2

Extract every file path in a codebase, and say whether it still points at anything
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
title = "Example config"
version = "2.1.0"

[paths]
data_dir = "/var/lib/appdata"
log_file = "./logs/app.log"
backup = "C:\\Backups\\daily"
homepage = "https://example.org/start"

[tools."./relative/key.sh"]
enabled = true

[[servers]]
name = "alpha"
config = "configs/alpha.toml"