We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e77795 commit cd2a4f7Copy full SHA for cd2a4f7
lib/features/configure/defaults.dart
@@ -33,7 +33,7 @@ final defaultsYaml=r'''commands:
33
34
# hooks:
35
# preRun:
36
- # - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
+ # - command: osascript -e "tell application \"System Events\" to key code 24 using {shift down, control down}"
37
# postRun:
38
# - command: say "good job $USER"
39
''';
terrun.starter.yaml
@@ -31,6 +31,6 @@ commands:
31
32
0 commit comments