feat: reduce manual intervention required to initialize `midenup`'s `miden` command
- Linguagem predominante
- Rust
- Estrelas
- 8
- Forks
- 10
- Merge médio
- 3d 5h
- PRs com merge (30d)
- 17
Descrição
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
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- rust
- Domínio
- cli, developer-experience
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 45/100