method
link_file
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Actions
link_file(source, *args)public
Links the file from the relative source to the relative destination. If the destination is not given it’s assumed to be equal to the source.
Parameters
|
the relative path to the source root. | |
|
the relative path to the destination root. | |
|
give :verbose => false to not log the status. |
Examples
link_file "README", "doc/README" link_file "doc/README"