type:'confirm',name:'force',message:this.publish?'Are you sure you want to publish this assignment?':'Are you sure you want to unpublish this assignment?'
type:'confirm',
name:'force',
message:this.publish?'Are you sure you want to publish this assignment?':'Are you sure you want to unpublish this assignment?'
})).force;
}
...
...
@@ -40,10 +43,12 @@ abstract class AssignmentPublishUnpublishCommandBase extends CommanderCommand {