ifw-fcf
3.0.0
Functions
|
Variables
fcfcli Namespace Reference
Functions
def
main
(name, uri, module, timeout)
Variables
cmd_completer
style
default
help
Function Documentation
◆
main()
def fcfcli.main
(
name
,
uri
,
module
,
timeout
)
Variable Documentation
◆
cmd_completer
fcfcli.cmd_completer
◆
default
fcfcli.default
◆
help
fcfcli.help
◆
style
fcfcli.style
Initial value:
1
= Style.from_dict(
2
{
3
'pygments.comment'
:
'#888888 bold'
,
4
'pygments.keyword'
:
'#ff88ff bold'
,
5
'pygments.literal.string'
:
'#88aaaa'
,
6
"pygments.literal.string.doc"
:
"#88aaaa"
,
7
"pygments.literal.string.interpol"
:
"bold #88aaaa"
,
8
"pygments.literal.string.escape"
:
"bold #88aaaa"
,
9
"pygments.literal.string.regex"
:
"#88aaaa"
,
10
"pygments.literal.string.symbol"
:
"#88aaaa"
,
11
"pygments.literal.string.other"
:
"#88aaaa"
,
12
"completion-menu.completion"
:
"bg:#008888 #ffffff"
,
13
"completion-menu.completion.current"
:
"bg:#00aaaa #000000"
,
14
"scrollbar.background"
:
"bg:#88aaaa"
,
15
"scrollbar.button"
:
"bg:#222222"
,
16
}
17
)
Generated by
1.8.20