Versions in this module Expand all Collapse all v1 v1.1.2 Feb 26, 2024 v1.1.1 Feb 23, 2024 v1.1.0 Mar 3, 2023 Changes in this version + const Debug_ + const DelPlus_ + const Delete_ + const Exact_ + const Fast_ + const Help_ + const Mono_ + const Name_ + const Quiet_ + const Sensen_ + const Version_ + const Yes_ + var ErrNilAlias = errors.New("aliases cannot be a nil value") + var ErrNilFlag = errors.New("flags cannot be a nil value") + var ErrWindowsDir = errors.New("cannot parse the directory path") + func Home() string + func SearchSummary(total int, term string, exact, filename bool) string + func Self() (string, error) + func WindowsChk(name string) error + type Aliases struct + Debug *bool + Exact *bool + Filename *bool + Help *bool + Lookup *bool + Mono *bool + Quiet *bool + Version *bool + Yes *bool + func (a *Aliases) Define() + func (a *Aliases) Usage(name string) string + type Flags struct + Debug *bool + Exact *bool + Filename *bool + Help *bool + Lookup *bool + Mono *bool + Quiet *bool + Rm *bool + RmPlus *bool + Sensen *bool + Version *bool + Yes *bool + func (f *Flags) Aliases(a *Aliases, c *dupe.Config) dupe.Config + func (f *Flags) Define() + func (f *Flags) Usage(name string) string