pub fn submit( branch: Option<&str>, submit_stack: bool, downstack: bool, dry_run: bool, push_mode: PushMode, desc: Option<&str>, draft: bool, ready: bool, ) -> Result<()>