releases/mcap-cli/v0.0.10
github-actions
released this
09 Jun 21:53
·
503 commits
to main
since this release
CLI: Add support for merge subcommand (#418) Adds a merge subcommand that merges multiple mcap files into one. Examples of usage: mcap merge file1.mcap file2.mcap -o output.mcap mcap merge *.mcap -o output.mcap mcap merge *.mcap | mcap cat --json