Commit e629e30
`CliAction` type feels slightly off as it should be `CliAction` and not
`ToolkitAction`. This makes the default make sense. Either way, the
internal property of `CliIoHost` is typed to `CliAction`.
In practice this probably doesn't matter because I don't think we are
initializing `CliIoHost` with anything but `none`.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
1 parent 666c9cc commit e629e30
File tree
2 files changed
+5
-2
lines changed- packages
- @aws-cdk/toolkit-lib/lib/api/io
- aws-cdk/lib/cli/io-host
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments