# Boot pi with the pi-simocracy extension and walk the new slash commands
# through their built-in usage strings. Proves the extension loads
# (boot screen lists [Extensions] src) and that /sim, /sim train, and
# /login each respond with their own help text when given no arguments.

Output assets/01-help-and-tools.webm

Set FontSize 14
Set Width 1400
Set Height 800
Set Theme "Catppuccin Mocha"

Type "cd ~/Projects/pi-simocracy"
Enter
Sleep 1s

Type "pi -e $(pwd)/src/index.ts -ne -ns"
Enter
Sleep 6s

Type "/sim help"
Enter
Sleep 3s

Type "/sim train"
Enter
Sleep 3s

Type "/login"
Enter
Sleep 3s

Type "/exit"
Enter
Sleep 1s
