2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/docs
Jesse Tatasciore 63ae772087
fix: Allow relative_file to take in paths starting with ../ (#166)
* fix: relative_file fix when to path is itself relative starting with ../

* feat: Allow users to use ../ in paths and add tests

* fix: Clarify documentation

Co-authored-by: Greg Magolan <gmagolan@gmail.com>
2022-06-20 14:21:49 -07:00
..
templates
BUILD.bazel
copy_directory.md
copy_file.md
copy_to_bin.md
copy_to_directory.md feat: add allow_overwrites attribute to copy_to_directory and disable overwrites as the default behavior on linux and macos (#153) 2022-06-14 10:52:40 -07:00
directory_path.md
docs.md
expand_make_vars.md feat: add out_dirs to run_binary rule and deprecate output_dir (#160) 2022-06-16 16:26:29 -07:00
host_repo.md
jq.md fix: support non-json input files in jq 2022-06-17 10:27:18 -07:00
output_files.md
params_file.md
paths.md fix: Allow relative_file to take in paths starting with ../ (#166) 2022-06-20 14:21:49 -07:00
repo_utils.md
run_binary.md feat: add mnemonic, progress_message && execution_requirements to run_binary (#161) 2022-06-16 16:58:41 -07:00
transitions.md
utils.md
write_source_files.md
yq.md