Update shell funcs

This commit is contained in:
2023-12-09 23:45:30 -05:00
parent 64e07d3f40
commit 78662b3e09
8 changed files with 39 additions and 10 deletions

View File

@ -23,7 +23,7 @@ func (c *Cache) FuzzyFindAlias(name string) []*ProjectAlias {
for i, r := range ranks {
found[i] = r.Target
}
c.log.Warn("Fuzzy found multiple aliases, try being more specific",
c.log.Debug("Fuzzy found multiple aliases, try being more specific",
c.log.Args("foundAliases", strings.Join(found, ", ")))
}
var aliases []*ProjectAlias