Running quick --delay 5 echo "hello, world" should run the command after five seconds. Implement this behavior.
An argument will have to be added to QuickTerm/main.swift. A property will have to be added to QuickTermShared/CommandConfiguration.swift. The QuickTerm/AppDelegate.swift will have to handle the delayed start.
Running
quick --delay 5 echo "hello, world"should run the command after five seconds. Implement this behavior.An argument will have to be added to
QuickTerm/main.swift. A property will have to be added toQuickTermShared/CommandConfiguration.swift. TheQuickTerm/AppDelegate.swiftwill have to handle the delayed start.