Closed artlomov closed 6 years ago
How about we make it a Path
rather than a file name? Feels like a more natural behavior for --config
.
I thought about Path
instead of filename. It needs deeper intervention. Tomorrow I’ll try to realize this.
On the second thought, file name is better. We already have --path
for project path, and by restricting --config
to file name we're enforcing that the config must sit in the project dir.
We need to switch between multiple config files in single Foliant project. New CLI option
-c
has been added tomake
command.