Conversation
|
Hey!! Thanks for this and sorry for the delay; accidentally missed it. How does one get the warning message and would this need us to update the docs, or change the final binary? (i.e. users will have to deckgym-cli --commands?) In which case, would changing the library name to something like deckgymlib also be a fix? I like CLI tool names that are short! Thanks! |
|
Ahh sorry, I just tested this on a Unix environment and there is no issue. This seems to be a Windows only problem. A relevant issue can be found here rust-lang/cargo#15086. To be honest I am not sure if this is the best way to fix it. I have tried changing the library name instead but that required a lot more code changes and so I fell back onto this one. So far with this change, I didn't need to change anything else - everything else remained the same. But I do agree with having short tool names like just 'deckgym'! Since this only affects Windows, I'll leave it up to you to decide the best course forward, perhaps no change is needed! |
This is for the following issue: #122 (comment)