diff --git a/cmd/root.go b/cmd/root.go index 0b04265..f629770 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -20,6 +20,8 @@ func NewRootCmd() *cobra.Command { rootCmd.AddCommand(loginCmd()) rootCmd.AddCommand(logoutCmd()) rootCmd.AddCommand(sessionCmd()) + rootCmd.AddCommand(mailCmd()) + rootCmd.AddCommand(mailDraftCmd()) rootCmd.AddCommand(contactCmd()) rootCmd.AddCommand(attachmentCmd())