inventory-app/cmd/inventory/agent.go
2023-01-25 14:25:58 +03:00

13 lines
203 B
Go

// Copyright 2022 Listware
package main
import (
"git.fg-tech.ru/listware/inventory-app/cmd/inventory/agent"
)
// runCmd represents the run command
func init() {
rootCmd.AddCommand(agent.RootCmd)
}