OSPG / force_xdg

A centralized way to enforce XDG standards on your system
4 stars 0 forks source link

[Discussion] How should we deal with applications which have a set of subprograms? #4

Open mazunki opened 2 years ago

mazunki commented 2 years ago

Rust applications, for instance, has Rustup and Cargo. Ruby applications, for instance, has Bundler and Gem.

Should we assume the user want all subprograms of each main program, and merge them into a single file (namely rust and ruby), or is it better to keep them separate?