diff --git a/cmd.go b/cmd.go index 4cecacc..10adf74 100644 --- a/cmd.go +++ b/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.