Skip to content

Commit

Permalink
fix(cli): properly setup the app for interactive execution
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Jan 12, 2024
1 parent bf50aa7 commit 60ffc03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/syskit/log/cli/replay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def start(*path)
script_paths.each { |p| require p.to_s }
end

app.public_shell_interface = true
app.public_logs = true
app.public_log_server = true
app.setup
begin
Syskit::Log.streams = streams
Expand Down

0 comments on commit 60ffc03

Please sign in to comment.