package commands type InitOptions struct { } func Init(options *InitOptions) error { return nil }