Tobias Witek
92ab1a3e00
[util/cli] make sure language is set to "C"
...
to make parsing of CLI output reliable (i.e. always in english), set
LC_ALL accordingly.
see #662
2020-06-24 07:47:31 +02:00
tobi-wan-kenobi
a697500491
[core] add debugging around click events
...
log commandline outputs and errors. allow input handlers to be
configured as "waiting" for debugging purposes.
see #628
2020-05-16 15:16:23 +02:00
tobi-wan-kenobi
eea3c758de
[core/input] Invoke commands in a subshell
...
add shell capability to util.cli and make sure that the input module
uses that to reliably spawn whatever command the user wants to run.
see #628
2020-05-16 11:43:43 +02:00
tobi-wan-kenobi
bc382e67d3
[general] black code some more
2020-05-14 20:36:01 +02:00
tobi-wan-kenobi
3fdd2d2be6
[modules/arch-update] Gracefully handle exit code 2
...
fixes #624
2020-05-11 15:10:20 +02:00
tobi-wan-kenobi
320827d577
[core] restructure to allow PIP packaging
...
OK - so I have to admit I *hate* the fact that PIP seems to require a
subdirectory named like the library.
But since the PIP package is something really nifty to have (thanks to
@tony again!!!), I updated the codebase to hopefully conform with what
PIP expects. Testruns so far look promising...
2020-05-09 21:22:00 +02:00