开发者

rake -D time doesn't work!

开发者 https://www.devze.com 2023-03-18 03:00 出处:网络
Here\'s an example of me running rake -D time 526:project 526$ rake -D time rake time:zones:all Displays all time zones, also available: time:zones:us, time:zones:local -- filter with OFFSET paramete

Here's an example of me running rake -D time

526:project 526$ rake -D time
rake time:zones:all
    Displays all time zones, also available: time:zones:us, time:zones:local -- filter with OFFSET parameter, e.g., OFFSET=-6

52开发者_JAVA百科6:project 526$ 


It's running exactly how it should! Here's the output from about the -D flag that I get by running $ rake -h

-D, --describe [PATTERN]         Describe the tasks (matching optional PATTERN), then exit.

You just need to run rake time:zones:all or rake time:zones:us.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号