FIXED:
* `envs/funcs.go:78:3: unknown field IgnoreWhiteSpace in struct literal of type EnvErrNoVal, but does have IgnoreWhitespace`
* `envs/funcs_enverrnoval.go:15:8: sb.WasFound undefined (type *strings.Builder has no field or method WasFound)`
This commit is contained in:
brent saner
2025-08-13 14:54:49 -04:00
parent 8260e4fa93
commit e797a14911
16 changed files with 790 additions and 28 deletions

16
pdsh/docs.go Normal file
View File

@@ -0,0 +1,16 @@
/*
Package pdsh (!! WIP !!) provides PDSH-compatible functionality for parsing group files.
Note that this library will *only* source and parse PDSH-compatible host/group files,
it will not actually connect to anything.
It simply provides ways of returning lists of hosts using generation rules/patterns.
Currently, the only supported PDSH module is `misc/dshgroup` but additional/all other
host list modules are planned.
For details, see:
- https://github.com/chaos/pdsh/
- https://github.com/chaos/pdsh/blob/master/doc/pdsh.1.in
*/
package pdsh