# coding:utf-8 from optparse import OptionParser def migrate_func(): print 'You give the migrate arg\n' def show_func(): print 'You give the show arg-s\n' def grasp_func(): print 'You give the grasp arg-g\n' def parse_func(): print 'You give the pars…