Maksim Samoilov
Maksim Samoilov
Currently Rye doesn't support environment variables in scripts: ``` [tool.rye.scripts] test_env = "echo $HOME" ``` What I expect: ``` $ rye run test_env /home/username ``` But what I got instead...
`tool.rye.scripts` looks promising as it helps to automate some parts of my development process. However, I found it lacking pre-or post- hooks for commands. For example, I want to run...
### Steps to Reproduce 1. Create `.env` file 2. Run `rye --env-file=.env` ### Expected Result Should print help message (as `rye` without arguments does) ### Actual Result `$ rye --env-file=.env`...
**Describe the bug** An undesired line break appears in Git command output. **To Reproduce** Cannot provide exact steps for reproduction because it's related to proprietary Gitlab configuration which I don't...