mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat: Add support for setup-info command (#108)
* feat: Add support for setup-info command * fix: Code review fixes * fix: Add event log info
This commit is contained in:
@@ -27,6 +27,7 @@ func NewSetupCommand() *cobra.Command {
|
||||
|
||||
setupCmd.AddCommand(NewInstallCommand())
|
||||
setupCmd.AddCommand(NewRemoveCommand())
|
||||
setupCmd.AddCommand(NewInfoCommand())
|
||||
|
||||
return setupCmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user