feat: add support for multiple packages in one alr.sh
This commit is contained in:
@ -170,3 +170,10 @@ func (c *ALRConfig) AutoPull(ctx context.Context) bool {
|
||||
})
|
||||
return c.cfg.AutoPull
|
||||
}
|
||||
|
||||
func (c *ALRConfig) PagerStyle(ctx context.Context) string {
|
||||
c.cfgOnce.Do(func() {
|
||||
c.Load(ctx)
|
||||
})
|
||||
return c.cfg.PagerStyle
|
||||
}
|
||||
|
Reference in New Issue
Block a user