New comment by someone13574 on void-packages repository https://github.com/void-linux/void-packages/pull/50476#issuecomment-2130583813 Comment: > looking at the upstream, i see the bundle-linux script bundling something called `cli` > > ```shell > cargo build --release --target "${target_triple}" --package zed --package cli > ``` > > not sure what this `cli` thing is, why it exists or if it is needed It lets you do some nifty things from the command line in terms of workspace management, but you can totally run without it.