1use super::*; 2 3impl Command<Scratchpad> { 4 pub fn show(self) -> Command<Valid> { 5 self.push_str("show").transmute() 6 } 7}