lib/sfn/command.rb in sfn-3.0.10 vs lib/sfn/command.rb in sfn-3.0.12

- old
+ new

@@ -15,9 +15,10 @@ autoload :Export, 'sfn/command/export' autoload :Graph, 'sfn/command/graph' autoload :Import, 'sfn/command/import' autoload :Init, 'sfn/command/init' autoload :Inspect, 'sfn/command/inspect' + autoload :Lint, 'sfn/command/lint' autoload :List, 'sfn/command/list' autoload :Print, 'sfn/command/print' autoload :Promote, 'sfn/command/promote' autoload :Update, 'sfn/command/update' autoload :Validate, 'sfn/command/validate'