mini_project_1.cancel_booking module¶
Cancel a booking
The member should be able to cancel any booking on rides s/he offers. For any booking that is cancelled (i.e. being deleted from the booking table), a proper message should be sent to the member whose booking is cancelled.
-
mini_project_1.cancel_booking.get_cancel_booking_parser()[source]¶ Get a
ShellArgumentParserfor use in parsing the arguments for acancel_bookingcommandReturn type: ShellArgumentParser