--host ADDRESS
... If not specified, 127.0.0.1 is used.
--port PORT
Listen on PORT. If not specified, will use any available port.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// Last time updated: 2018-09-12 1:14:20 PM UTC | |
// ________________ | |
// RecordRTC v5.4.8 | |
// Open-Sourced: https://github.com/muaz-khan/RecordRTC | |
// -------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from PyQt5.QtWidgets import * | |
app = QApplication([]) | |
w = QLabel("can you read this?") | |
w.show() | |
app.exec_() |
syntax | accepts | also accepts |
---|---|---|
-foo: |
-foo ARG |
|
-foo-: |
-fooARG |
|
-foo+: |
-fooARG |
-foo ARG |
-foo=: |
-foo=ARG |
-foo ARG |
-foo=-: |
-foo=ARG |