Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yml or yaml #15

Open
andrewufrank opened this issue Jan 2, 2019 · 2 comments
Open

yml or yaml #15

andrewufrank opened this issue Jan 2, 2019 · 2 comments

Comments

@andrewufrank
Copy link

sprinkles uses .yml as the extension for the project file. many other systems use .yaml (which is recommended by the yaml maintaines see. It is probably easier to check for both extension, rather than change the documentation to stress that the file must be .yml (not .yaml).

@tdammers
Copy link
Owner

tdammers commented Jan 3, 2019

Technically you are right.

To me personally, it's a non-issue, but if you want to make the change yourself (shouldn't be difficult at all), feel free to send patches.

Note however that once I get around to rewriting the CLI structure, which will probably introduce breaking changes anyway, I will probably make it such that you have to pass the project filename explicitly, which makes the naming issue a matter of convention rather than technical implementation (i.e., you can pick whatever filename you want, extension and all).

@andrewufrank
Copy link
Author

it is a non-issue for me as well - just clash between two program by different authors which use different conventions. I assume your solution will be more flexible and I can live with the current solution (but I might do a patch, if i have to look into this part of the code). at the moment i work through the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants