== "ecf_tool redirection" command == Create an ecf redirection, similar to symbolic link but using .ecf files. == Examples == If a library is moved from old\location\lib.ecf to new\location\new_lib.ecf, a redirection could be created to avoid breaking existing project looking for the lib.ecf at the former location. > ecf_tool redirection create old\location\lib.ecf new\location\new_lib.ecf == Usage == usage: ecf_tool redirection [options] [args] Type 'ecf_tool redirection help for help on a specific subcommand. Available subcommands: help create delete check {target_ecf} shadow/unshadow {target_ecf} Global options: -v|--verbose: verbose output === ecf_tool redirection help create === usage: ecf_tool redirection create [options] : redirection ecf file : target ecf file Create a redirection from to . Options: -f|--force: force operation Global options: -v|--verbose: verbose output