File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,8 @@ commandLineHandler currentDir progName isInterpreter =
373
373
init = addCommand'
374
374
" init"
375
375
" Create Stack project configuration from Cabal or Hpack package \
376
- \specifications."
376
+ \specifications. If a snapshot is specified at the command line, the \
377
+ \command will try to use it."
377
378
initCmd
378
379
initOptsParser
379
380
@@ -399,9 +400,10 @@ commandLineHandler currentDir progName isInterpreter =
399
400
new = addCommand'
400
401
" new"
401
402
" Create a new project from a template. Run 'stack templates' to see \
402
- \available templates. Will also initialise if there is no stack.yaml \
403
- \file. Note: you can also specify a local file or a remote URL as a \
404
- \template; or force an initialisation."
403
+ \available templates. A local file or a remote URL can be specified as a \
404
+ \template. Will initialise if there is no stack.yaml file. Initialisation \
405
+ \may be forced. If a snapshot is specified at the command line, \
406
+ \initialisation will try to use it."
405
407
newCmd
406
408
newOptsParser
407
409
You can’t perform that action at this time.
0 commit comments