summaryrefslogtreecommitdiff
path: root/src/cli/validate_config.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-07-09cli: make the action parser (+foo) generic and reusableMitchell Hashimoto
2025-01-23documentation: consistent format for actions helpAnund
2024-10-18cli: skip argv0 and actions when parsing CLI flagsMitchell Hashimoto
2024-10-18config: richer diagnostics for errorsMitchell Hashimoto
2024-07-22some tweaksMitchell Hashimoto
2024-07-18docs: add docstringsRemi Gelinas
2024-07-17fix: handle recursive config filesRemi Gelinas
2024-07-17feat: print every config error messageRemi Gelinas
2024-07-17fix: handle relative paths in CLIRemi Gelinas
2024-07-17refactor: move config file loading into loadFileRemi Gelinas
2024-07-17feat(cli): add initial validate-config actionRemi Gelinas