We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd7354 commit b43a5b0Copy full SHA for b43a5b0
1 file changed
trepan/processor/command/set_subcmd/substitute.py
@@ -41,7 +41,10 @@ class SetSubstitute(Mbase_subcmd.DebuggerSubcommand):
41
"""
42
43
in_list = True
44
+ max_args = 2
45
+ min_args = 2
46
min_abbrev = len("sub")
47
+
48
short_help = "Set filename substitution"
49
50
def run(self, args):
0 commit comments