Merge pull request #1238 from dlang/issue1022_fetch_local_doc_issue
Fix local fetch syntax in documentation
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
commit 39f0b99b3b365609e69a12900db83c8aa90dbba7
2 parents b7a6019 + 519299f
@The Dlang Bot The Dlang Bot authored on 29 Aug 2017
GitHub committed on 29 Aug 2017
Showing 1 changed file
View
2
■■■
source/dub/commandline.d
"",
"Without specified options, placement/removal will default to a user wide shared location.",
"",
"Complete applications can be retrieved and run easily by e.g.",
"$ dub fetch vibelog --local",
"$ dub fetch vibelog --cache=local",
"$ cd vibelog",
"$ dub",
"",
"This will grab all needed dependencies and compile and run the application.",