Skip to content

Commit

Permalink
Add 'info' to set of safe commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 18, 2024
1 parent b3ada14 commit e8e80e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chatdbg/native_util/safety.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def command_is_safe(cmd: str) -> bool:
"frame",
"h",
"help",
"info",
"language",
"l",
"list",
Expand Down

0 comments on commit e8e80e0

Please sign in to comment.