add command line targets to ---dump
This commit is contained in:
parent
89cbc24cbb
commit
90cb9c7d38
1 changed files with 3 additions and 0 deletions
|
@ -497,6 +497,9 @@ class Main:
|
|||
for raw_value in option._raw_value_list:
|
||||
tokens.append("<W>--<g>%s<.> <M>%s<.>" %(option.name, cmd.format_invocation(str(x) for x in raw_value)))
|
||||
|
||||
for target in self.targets:
|
||||
tokens.append(target)
|
||||
|
||||
self.print(" ".join(tokens), format="<t>")
|
||||
|
||||
def activate_debug(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue