add 'test filesystems' subcommand for testing filesystem filters

This commit is contained in:
Christian Schwarz
2018-10-13 15:53:52 +02:00
parent 5c3c83b2cb
commit 63169c51b7
5 changed files with 145 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ func init() {
cli.AddSubcommand(client.ConfigcheckCmd)
cli.AddSubcommand(client.VersionCmd)
cli.AddSubcommand(client.PprofCmd)
cli.AddSubcommand(client.TestCmd)
}
func main() {