You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These calls will define `rake stree:check` and `rake stree:write` (equivalent to calling `stree check` and `stree write` respectively). You can configure them by either passing arguments to the `new` method or by using a block.
450
+
These calls will define `rake stree:check` and `rake stree:write` (equivalent to calling `stree check` and `stree write`with the CLI respectively). You can configure them by either passing arguments to the `new` method or by using a block.
451
451
452
452
#### `name`
453
453
454
-
If you'd like to change the default name of the rake task, you can pass that as the first optioon, as in:
454
+
If you'd like to change the default name of the rake task, you can pass that as the first argument, as in:
0 commit comments