fix: restore init() for command self-registration
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
39edb7f289
commit
05d2480f5e
1 changed files with 4 additions and 0 deletions
4
cmd.go
4
cmd.go
|
|
@ -9,6 +9,10 @@ import (
|
|||
"forge.lthn.ai/core/go/pkg/io"
|
||||
)
|
||||
|
||||
func init() {
|
||||
cli.RegisterCommands(AddPHPCommands)
|
||||
}
|
||||
|
||||
// DefaultMedium is the default filesystem medium used by the php package.
|
||||
// It defaults to io.Local (unsandboxed filesystem access).
|
||||
// Use SetMedium to change this for testing or sandboxed operation.
|
||||
|
|
|
|||
Reference in a new issue