pub fn compgen<T: Runtime>( runtime: T, shell: Shell, script_path: &str, script_content: &str, args: &[String], no_color: bool, ) -> Result<String>