Open gforcada opened 1 year ago
It would be cool to have REPL, so one can keep issuing commands over the same log file to further analyze.
REPL
Something like calling haproxy_log_analysis -l mylogfile.log -i (-i for interactive` 🙂 ):
haproxy_log_analysis -l mylogfile.log -i
-i
>>> COMMAND [-f FILTER] [-s START] [-d DELTA] ... output ... >>> COMMAND ... ... output ...
This way, one could auto-complete the commands, show examples, etc etc. ✨ 🍀
It would be cool to have
REPL
, so one can keep issuing commands over the same log file to further analyze.Something like calling
haproxy_log_analysis -l mylogfile.log -i
(-i
for interactive` 🙂 ):This way, one could auto-complete the commands, show examples, etc etc. ✨ 🍀