Show More
@@ -189,7 +189,7 b' def magic_kill(self,line):' | |||
|
189 | 189 | magic_tasks(self,line) |
|
190 | 190 | |
|
191 | 191 | if sys.platform == 'win32': |
|
192 | shell_internal_commands = 'break chcp cls copy ctty date del erase dir md mkdir path prompt rd rmdir time type ver vol'.split() | |
|
192 | shell_internal_commands = 'break chcp cls copy ctty date del erase dir md mkdir path prompt rd rmdir start time type ver vol'.split() | |
|
193 | 193 | else: |
|
194 | 194 | # todo linux commands |
|
195 | 195 | shell_internal_commands = [] |
General Comments 0
You need to be logged in to leave comments.
Login now