Versions in this module Expand all Collapse all v0 v0.7.6 Jun 15, 2024 Changes in this version + type SimpleExpandContext struct + HomeDir string + type SimpleExpandInfo struct + HasExtGlob bool + HasGlob bool + HasHistory bool + HasSpecial bool + HasTilde bool + HasVar bool + func SimpleExpandPartialWord(ectx SimpleExpandContext, partialWord string, multiPart bool) (string, SimpleExpandInfo) + func SimpleExpandWord(ectx SimpleExpandContext, word *syntax.Word, sourceStr string) (string, SimpleExpandInfo)