potiuk commented on PR #52370:
URL: https://github.com/apache/airflow/pull/52370#issuecomment-3015183761

   You just needed to separate command with `--` -> standard unix
   
   ```
   breeze shell -- "pytest --version"
   
   ...
   
   Sourcing the initialization script from init.sh in 
/files/airflow-breeze-config
   
   pytest 8.4.1
   ⏚ [jarek:~/code/airflow/dev/breeze] limit-click-back+ 12s ± 
   ```
   
   But yeah  - run is more explicit and nicer as you can pass regular 
parameters - no need to quote command.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to