Commit c4a196c
Fix delete obsolete translations command on non-interactive cli (#303)
Fixes the translationdelete-obsolete command not running in non-interactive shells. The question was simply never asked, not even when 'yes'. This fix will run the command (assume yes) on non-interactive shells which allows you to run the command in scripts (e.g. update a lot of translations).1 parent 62d0029 commit c4a196c
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
0 commit comments