starbase icon indicating copy to clipboard operation
starbase copied to clipboard

Framework for building performant command line applications and developer tools.

Results 4 starbase issues
Sort by recently updated
recently updated
newest added

Hello there, I am new to moonrepo and its usecases. Gave a quick [search](https://github.com/search?q=org%3Amoonrepo%20starbase_shell%3A%3A&type=code) about starbase and some code browsing to understand the way things are working here. Since Starbase...

https://github.com/moonrepo/starbase/blob/aa293bafa9094866e0ec030fa82e643c4472b2aa/crates/shell/src/shells/bash.rs#L72-L86 In the initial environment in Ubuntu, there is no `.bash_profile`. ``` $ docker run -it --rm ubuntu ls -A /home/ubuntu .bash_logout .bashrc .profile ``` If there is `.bash_profile`, `.profile`...

The shell detection will check the process of the host instead of stopping inside the container image build environment The following is the `ps` output inside the container build step...