Unable to find command for custom menu
menubar=nuke.toolbar("custom_tool")
m=menubar.addMenu("custom_tool", "nuke1.png")
tf = m.addMenu('Tran sform', icon='Transform.png')
tf.addCommand( "ConvertCornerP in", "convertCornerP in()", icon = "CornerPin.png" )