Skip to content

Commit f11f3f3

Browse files
committed
Document exported values on options.go
1 parent a383098 commit f11f3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

options.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"github.com/coder/serpent"
55
)
66

7+
// Options contains the configuration for the envbuilder.
78
type Options struct {
89
SetupScript string
910
InitScript string
@@ -36,6 +37,7 @@ type Options struct {
3637
PostStartScriptPath string
3738
}
3839

40+
// Generate CLI options for the envbuilder command.
3941
func (o *Options) CLI() serpent.OptionSet {
4042
return serpent.OptionSet{
4143
{

0 commit comments

Comments
 (0)