You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I would expect stack build --haddock --ghc-option "-fPIC" --no-terminal to not work, but it does. But stack build --haddock --no-terminal --ghc-options "-fPIC" does not work. From the help text I'd expect that only stack --no-terminal build … would work.
To me it seems that the stack flags are also accepted after COMMAND which is not reflected in the help text.
The text was updated successfully, but these errors were encountered:
Fuuzetsu
added a commit
to tweag/HaskellR
that referenced
this issue
Jul 27, 2015
As per
stack --help
:So I would expect
stack build --haddock --ghc-option "-fPIC" --no-terminal
to not work, but it does. Butstack build --haddock --no-terminal --ghc-options "-fPIC"
does not work. From the help text I'd expect that onlystack --no-terminal build …
would work.To me it seems that the
stack
flags are also accepted afterCOMMAND
which is not reflected in the help text.The text was updated successfully, but these errors were encountered: