File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -524,6 +524,8 @@ the current one by issueing:
524524cueball:~$ stack unpack yackage-0.8.0 --to ~/work
525525` ` `
526526
527+ This will create a `yackage-0.8.0` directory inside `~/work`
528+
527529# ## stack init
528530This new directory does not have a `stack.yaml` file, so we need to make one
529531first. We could do it by hand, but let's be lazy instead with the `stack init`
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ commandLineHandler currentDir progName isInterpreter = complicatedOptions
307307 unpackCmd
308308 ((,) <$> some (strArgument $ metavar " PACKAGE" )
309309 <*> optional (textOption $ long " to" <>
310- help " Optional path to unpack the package into" ))
310+ help " Optional path to unpack the package into (will unpack into subdirectory) " ))
311311 addCommand' " update"
312312 " Update the package index"
313313 updateCmd
You can’t perform that action at this time.
0 commit comments