1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

stack: add exec command (#1816)

This commit is contained in:
Wisnu Adi Nurcahyo 2017-12-19 19:01:07 +07:00 committed by Starbeamrainbowlabs
parent bc22384913
commit a461957625

View file

@ -25,3 +25,7 @@
- Compile a project and execute a command after compilation:
`stack build --exec "{{command}}"`
- Run a program and pass an argument to it:
`stack exec {{program_name}} -- {{argument}}`