2025-09-05 03:19:00 +02:00
/ *
Generated with https : //code.squareroundforest.org/arpio/docreflect
* /
2025-12-30 16:54:02 +01:00
package wand
2026-01-07 17:07:46 +01:00
2025-09-05 03:19:00 +02:00
import "code.squareroundforest.org/arpio/docreflect"
2026-01-07 17:07:46 +01:00
2025-09-05 03:19:00 +02:00
func init ( ) {
2026-01-07 17:07:46 +01:00
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib" , "" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Bar" , "\nfunc(out, a, b, c)" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Baz" , "\nfunc(o)" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.CustomHelp" , "\nfunc(o)" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Foo" , "Foo sums three numbers.\nIt prints the sum to stdout.\n\nThe input numbers can be any integer.\n\nfunc(a, b, c)" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.OptionWithHelp" , "" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.OptionWithHelp.Help" , "Custom help.\n" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options" , "" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Bar" , "Bars, any number.\n" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Duration" , "Duration is another option.\n" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Foo" , "Foo is an option.\n" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Some" , "Some is an option of any type.\n" )
docreflect . Register ( "code.squareroundforest.org/arpio/wand/internal/tests/testlib.Options.Time" , "Time is the third option here.\n" )
}