chore: add comment for future spinner implementation

This commit is contained in:
Paul Gauthier 2024-12-05 14:45:47 -08:00 committed by Paul Gauthier (aider)
parent e8d9ef269b
commit 8cfd64a7be

View file

@ -392,3 +392,5 @@ def printable_shell_command(cmd_list):
return subprocess.list2cmdline(cmd_list)
else:
return shlex.join(cmd_list)
# add main() that runs a spinner for 10 seconds in 1/4 sec steps AI!