README.md in idonethis-cli-0.10.0 vs README.md in idonethis-cli-0.11.0

- old
+ new

@@ -31,11 +31,11 @@ 4 2015-09-20T23:29:01.002 -- Some work in change contact (js) 5 2015-09-20T21:47:00.903 -- Do <code>backticks</code> work? 6 2015-09-20T21:46:00.053 -- Seems to work on windows, though we do get that gem warning &lt;Unresolved specs during Gem::Specification.reset&gt; ``` -You can also list dones fore the past week: +You can also list dones for the past week: ``` $ idonethis list week ``` @@ -43,14 +43,29 @@ ``` $ bin/idonethis new -m "Ricky Bizzness" ``` +### Choose team + +To work against a different team, use the `-t` option. + +``` +$ idonethis list today -t benbiddington-personal-lM85 +1 2015-09-23T02:01:41.808 benbiddington-personal-lM85 -- I think this is our shared team, Ricky F +``` + +Same for adding: + +``` +idonethis new -m "Can use \`-t\` to send dones to another team" -t benbiddington-personal-lM85 +``` + ### Add dones based on commit activity [alpha] ``` -$ bin/idonethis git +$ idonethis git Scanning dir </home/ben/sauce>, which has <1> repositories that have changed idonethis-cli (10): -- [22:07] `idonethis git` prints an activity summary -- [21:16] v0.4.0 @@ -60,10 +75,9 @@ -- [21:09] Enable `rake` (runs tests) -- [21:07] v0.3.0 -- `list week` -- [21:06] Enable `idonethis list week` -- [20:55] Refactor: simplified -- [20:48] Refactor: extract function" - ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.