Complete inbox CLI implementation
This commit is contained in:
@@ -26,10 +26,15 @@ func NewRootCmd() *cobra.Command {
|
||||
cmd.AddCommand(newSendCmd(opts))
|
||||
cmd.AddCommand(newFetchCmd(opts))
|
||||
cmd.AddCommand(newClaimCmd(opts))
|
||||
cmd.AddCommand(newRenewCmd(opts))
|
||||
cmd.AddCommand(newUpdateCmd(opts))
|
||||
cmd.AddCommand(newReplyCmd(opts))
|
||||
cmd.AddCommand(newDoneCmd(opts))
|
||||
cmd.AddCommand(newFailCmd(opts))
|
||||
cmd.AddCommand(newCancelCmd(opts))
|
||||
cmd.AddCommand(newListCmd(opts))
|
||||
cmd.AddCommand(newWatchCmd(opts))
|
||||
cmd.AddCommand(newWaitReplyCmd(opts))
|
||||
cmd.AddCommand(newShowCmd(opts))
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user