mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Update fabric.py to work with standalone.get_cli_input()
For compatibility with Visual Studio Community Edition
This commit is contained in:
parent
8fad5a12a0
commit
7ce6d7102f
@ -79,7 +79,7 @@ def main():
|
||||
if args.text is not None:
|
||||
text = args.text
|
||||
else:
|
||||
text = sys.stdin.read()
|
||||
text = standalone.get_cli_input()
|
||||
if args.stream:
|
||||
standalone.streamMessage(text)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user