Skip to content

Commit

Permalink
"set" was not present in the autocomplete list for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
iDigitalFlame committed Aug 6, 2022
1 parent 60c0a3a commit 5ef40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppler/include/cirrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
]
TYPES_EXEC = ["", "dll", "asm", "exec", "pexec", "zombie"]

ACTIONS_REG = ["del", "delete", "dir", "get", "ls", "rem", "remove", "rm"]
ACTIONS_REG = ["del", "delete", "dir", "get", "set", "ls", "rem", "remove", "rm"]
ACTIONS_TROLL = ["bi", "block_input", "hc", "high_contrast", "sm", "swap_mouse", "wtf"]
ACTIONS_WINDOW = [
"cl",
Expand Down

0 comments on commit 5ef40cf

Please sign in to comment.