mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
better config task
This commit is contained in:
@@ -60,6 +60,6 @@ desc "Show project config"
|
||||
task :config do
|
||||
map = Motion::App.config.variables
|
||||
map.keys.sort.each do |key|
|
||||
puts key.ljust(20) + " = #{map[key].inspect}"
|
||||
puts key.ljust(22) + " : #{map[key].inspect}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user