lib/pt-flow/ui.rb in pt-flow-0.5.1 vs lib/pt-flow/ui.rb in pt-flow-0.5.2
- old
+ new
@@ -1,8 +1,9 @@
module PT::Flow
class UI < PT::UI
def my_work #default command
+ super
help
end
def start
tasks = @client.get_work(@project)