LearnersGuild / echo-cli

Option parser for Learners Guild commands.
MIT License
0 stars 4 forks source link

ch2315 - Simplifies cycle init command #94

Closed mantinone closed 7 years ago

mantinone commented 7 years ago

Fixes ch2315

Depends on PR #872 in the game repo.

Overview

We simply updated the Cycle yaml file to reflect the new method for entering cycle hours. Rather than cycle init hours=32 it will be cycle init 32.

Data Model / DB Schema Changes

None

Environment / Configuration Changes

Updates Cycle yaml configuration file.

Notes

The Game repo need to be up to date with PR #872 for the new command to work.

bundacia commented 7 years ago

We also need to update the version number here:

https://github.com/LearnersGuild/game-cli/blob/master/package.json#L3

And we should add the appropriate entry to the HISTORY.md:

https://github.com/LearnersGuild/game-cli/blob/master/HISTORY.md