şunun yansıması
https://github.com/Hilbis/Hilbish
eşitlendi 2025-07-02 01:02:03 +00:00
fix: return cmdstr in alias resolve instead of nothing
Bu işleme şunda yer alıyor:
ebeveyn
4421869b85
işleme
a5b6fc8eda
@ -53,7 +53,7 @@ func (a *aliasModule) Resolve(cmdstr string) string {
|
||||
args, _ := splitInput(cmdstr)
|
||||
if len(args) == 0 {
|
||||
// this shouldnt reach but...????
|
||||
return
|
||||
return cmdstr
|
||||
}
|
||||
|
||||
for a.aliases[args[0]] != "" {
|
||||
|
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle