feat: reduce manual intervention required to initialize `midenup`'s `miden` command
- 主要語言
- Rust
- 星號
- 8
- 分支
- 10
- 平均合併
- 3 天 5 小時
- 30 天內合併 PR
- 17
描述
Currently, in order to access the `miden` command manual intervention is required to add the `miden` symlink to the user's `$PATH`.
This can be a bit of a pain point in situations where a more automated approach is desired, like in a GitHub Action, like here for example: https://github.com/0xMiden/compiler/pull/896/changes#r2886279430.
A potential solution would be to have `midenup init` save the `miden` symlink directly in the default `~/.cargo/bin` directory
貢獻指南
研究方向
Look at the `midenup init` command's code to understand how it currently sets up the symlink. The goal is to modify it to place the symlink in `~/.cargo/bin` automatically. Check how the tool determines the user's PATH and handles permissions. Test the change by running the init command and verifying the symlink is created correctly without manual steps.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- cli, developer-experience
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100