-
Notifications
You must be signed in to change notification settings - Fork 2
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
cmany.yml doesn't seem to work #8
Comments
Caveat emptor: at the current time, cmany.yml is just a torso and is very experimental; this is explicit in the documentation. You should not use it for anything other than providing flag aliases. By the way, from the error message it seems to be exactly what you are missing there: here's the main cfg file. I've stalled work on this feature as I'm not sure how to integrate it with the command line approach, which (verbose as it is) remains for now the main focus, and I just did not have time to think this through and follow up on that with a working implementation. I hope to have the opportunity to revisit this, but for now it's just not on the horizon. |
Even with the linked file, the same exception is raised. The problem seems to be on line 98 in
If I change line 98 in
the exception is no longer thrown. |
Though as you said, the project settings in cmany.yml still seem to be ignored... As that's the case: Could you mention in the output of cmany --help that the |
Thanks for the investigation, it does help. You're right, |
If I use cmany without a cmany.yml file, it seems to work fine.
create_proj
also seems to work. However any commands after that, that try to read thecmany.yml
file, seem to crash:Content of
cmany.yml
:The text was updated successfully, but these errors were encountered: