daml/daml-assistant
Moritz Kiefer 9af40f55fd
Only shut down when stdin is closed when a flag is passed (#4419)
It turns out that various environments (hello docker) start with a
closed stdin. This means that things like `daml sandbox` exit
immediately. Since users that care about the new behavior are likely
to know about it, we only enable it if a specific flag is given.

changelog_begin

- [DAML Assistant] The new behavior introduced in ``0.13.51`` to shut
  down when stdin is closed is now disabled unless you explicitly
  enable it by passing ``--shutdown-stdin-close``.

changelog_end
2020-02-06 11:31:49 +01:00
..
daml-helper Only shut down when stdin is closed when a flag is passed (#4419) 2020-02-06 11:31:49 +01:00
daml-project-config/DA/Daml/Project update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
daml-sdk Add akka slf4j library as dependency of super fat daml-sdk.jar (#3965) 2020-01-07 17:19:42 +01:00
exe/DA/Daml Shut down when stdin is closed. (#4365) 2020-02-04 14:34:34 +01:00
integration-tests Shut down when stdin is closed. (#4365) 2020-02-04 14:34:34 +01:00
scala-daml-project-config Remove unused dependencies to da_scala_library (#3938) 2020-01-06 18:14:21 +01:00
src/DA/Daml/Assistant Fall back to regular bash completions for command arguments (#4375) 2020-02-04 15:45:53 +01:00
test/DA/Daml/Assistant Add Zsh completions for the assistant (#3980) 2020-01-08 14:58:13 +01:00
BUILD.bazel Fall back to regular bash completions for command arguments (#4375) 2020-02-04 15:45:53 +01:00
daml-project-config.cabal update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
get-daml.sh update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00