Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

feat: Allow positional args when calling vso shell #106

Closed matbme closed 4 months ago

matbme commented 4 months ago

This PR enhances the vso shell command by allowing the user to pass positional arguments to it. With this change, calling vso shell -- tmux, for instance, will immediately run tmux, which can be useful when configuring the launch command in other terminals.