pub fn run<I, T>(args: I) -> Result<()>where I: IntoIterator<Item = T>, T: AsRef<str>,
Runs the SL animation with the given arguments.