Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Declarations with unknown parameters should raise an error #26

Open
thbar opened this issue Jun 14, 2011 · 0 comments
Open

Declarations with unknown parameters should raise an error #26

thbar opened this issue Jun 14, 2011 · 0 comments

Comments

@thbar
Copy link
Member

thbar commented Jun 14, 2011

Quite often it's a bit hard to get the syntax right at first.

For instance:

destination :out, :file => 'myfile.txt', :order => [:name, :email]

is incorrect and should be written:

destination :out, { :file => 'new_git_users.txt' }, { :order => [:name, :email] }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant