New comment by Calandracas606 on void-packages repository https://github.com/void-linux/void-packages/pull/50476#issuecomment-2130601238 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. in that case it should probably be part of the package. might want to rename the binary to something else though