pub fn generate_completions<C, S>(settings: &WorkspaceSettings) -> Result<()>where
    C: Contract + Clone,
    S: Subcommand + Clone + Debug,