Views: added obi prefix to commands in bash history
This commit is contained in:
@ -531,8 +531,8 @@ cdef class View(OBIWrapper) :
|
|||||||
for level in self.view_history:
|
for level in self.view_history:
|
||||||
command_list = [level[input][b"command_line"] for input in level.keys()]
|
command_list = [level[input][b"command_line"] for input in level.keys()]
|
||||||
for command in command_list:
|
for command in command_list:
|
||||||
|
s+=b"obi "
|
||||||
s+=command
|
s+=command
|
||||||
s+=b"\n"
|
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user