Raphaël Beamonte
Raphaël Beamonte
If people want to specify a worktree for their organization, this should be supported during the bootstrap.
This is an important step of onboarding if already having cloned repositories, this should automatically be run when bootstrapping.
This was available in the ruby version and is not available in the rust version. This needs to be ported.
This was available in the ruby version and is not available in the rust version. This needs to be ported.
This was available in the ruby version and is not available in the rust version. This needs to be ported.
See: https://github.com/casey/just Since this is also a rust crate, should that be directly imported as a lib and ran from omni, or should we depend on `just` being available in...
There are two main uses for `suggest_clone`: 1. cloning another repository that can be useful to provide other commands the current repository depend on 2. cloning another repository that we...
Github Actions can support FreeBSD and OpenBSD testing using VMs: - https://github.com/vmactions/freebsd-vm - https://github.com/vmactions/openbsd-vm
If a repository is simply deleted without calling `omni down`, its cached information are kept. If `omni up` is ran in a random repository, leading to the use of `.omni/id`,...
When `run` is missing for a command, the parser will panic. This shouldn't happen, the command should simply be ignored instead. We should be able to verify that it works...