### Command ```bash xpanes -c 'echo {}' -n 2 2 '' 4 '' 6 8 10 ``` ### Result (Ubuntu)  ### Result(Alpine)  ### Reason Caused by difference of `xargs` since [xpns_set_args_per_pane](https://github.com/greymd/tmux-xpanes/blob/2028a6572de33d638ac4bd217280c843174e94da/bin/xpanes#L1149-L1156) function depends on the `xargs`.  