How can I test my Ruby CLI app while still in development?
问题 Morning guys, I am writing a small Ruby CLI app for myself, and I have run into a small issue that I hope you guys can help with. Apologies if this is a stupid question, I am very new to Ruby. I am using https://github.com/davetron5000/gli as a foundation to build my my app since they make it easy to have all my commands and whatnot. Question is, while I develop the app, I can run it using bundle exec bin/konstruct , but that only works from the folder where the code lies. I want to run the