nbox.nbxlib.fire
NBX Fire
This is the CLI function for bespoke designed for nbox. Named after the legendary python-fire
command is currently in use in nbox. It is a very simple CLI function that can be used to call any python object. It is designed to be used with the nbx
command.
This is currently a work in progress, please check back later for progress or reach out to NimbleBox support.
Functions
functioncolored
[source]Classes
classTC
[source]classNBXFire
[source]functionhelp_for_comp
[source]function__init__
[source]function_print_and_exit
[source]function_init_comp
[source]functionMore
[source](contents:None,out:None,prompt:None,check_pager:None)
Parameters
- contents -
The entire contents of the text lines to page.
- out -
The output stream.
- prompt -
The page break prompt.
- check_pager -
Checks the PAGER env var and uses it if True.
Run a user specified pager or fall back to the internal pager.