freeswitch-log-parser 0.4.3

Parser for FreeSWITCH log files — handles compressed .xz files, multi-line dumps, truncated buffers, and stateful UUID/timestamp tracking
Documentation
1
2
3
4
5
use clap_complete::aot::Shell;

pub fn generate_completions(shell: Shell, cmd: &mut clap::Command) {
    clap_complete::generate(shell, cmd, "fslog", &mut std::io::stdout());
}