A two-part bug report and followup check.
$ fgr-py-etc fubar
-bash: fgr-py: command not found
-bash: fgr-jupyter: command not found
$ show-macros fgr-py-etc
fgr-py-etc ()
{
fgr-py "$@";
fgr-jupyter "$@"
}
$ all-tomohara-aliases
$ show-macros fgr-py-etc
fgr-py-etc ()
{
fgr-ext py "$@";
fgr-ext ipynb "$@"
}
$ fgr-py-etc fubar
./tests/test_simple_batspp.py:42:## FUBAR = system.getenv_bool("FUBAR", False,
./tests/test_simple_batspp.py:45:FUBAR_TEST = r"""
A two-part bug report and followup check.