package
Version:
v0.4.11
Opens a new window with list of versions in this module.
Published: Mar 22, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Command = &cli.Command{
Name: "test",
Action: func(ctx *cli.Context) (err error) {
defer func() {
if err != nil {
err = cli.Exit(fmt.Errorf("while uploading Kartusche: %w", err), 1)
}
}()
return tests.Run(".")
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.