ugprades, fix alias cmd
All checks were successful
Build and Publish / release (push) Successful in 4m49s

This commit is contained in:
2026-05-03 16:43:24 -04:00
parent 5f0db640df
commit 0f89564666
3 changed files with 136 additions and 164 deletions

View File

@@ -12,7 +12,7 @@ var AliasCmd = &cobra.Command{
Short: "Manage project aliases",
Long: util.AliasCmdLong,
// Just re-use the hooks for project
PersistentPreRun: util.InitProjects,
PersistentPreRun: aliasCmdPreRun,
PersistentPostRun: util.PostProjectCmd,
}