You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Hi ππ»
I'm using
tool.rye.scriptsfor running django server from root of the project and it looks like below:Problem
If I'm already inside
srcdir and runrye run devthen it gives error due to incorrect dir I'm in.Solution
Provide
cwdoption so we can run rye scripts from anywhere in the projectAnother benefit can be
cmdoption will be much cleaner.