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
In order to keep certain functionality if we remove git as a runtime dependency, we should add a homesick exec --all flag to make it easier to run commands on every cloned castle.
As an example, here's what the --all flag for homesick pull looks like currently:
@JCook21 fixed this in #105. His implementation uses an exec_all command instead of an --all flag, which makes more sense when dealing with castle names. However, in my opinion, specifying castle names should eventually be done with a homesick-wide flag, which means that exec_all could change into an --all option for exec instead.
--all
In order to keep certain functionality if we remove git as a runtime dependency, we should add a
homesick exec --all
flag to make it easier to run commands on every cloned castle.As an example, here's what the
--all
flag forhomesick pull
looks like currently:--pretend
and--quiet
This will be especially useful for #99.
The text was updated successfully, but these errors were encountered: