You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It feels weird that I should need to implement a feature with my CLI application to display the path to the configuration file, when all I need to know is the default location for that file to delete it locally for testing. I get it, help oneself, but you could save a lot of people a lot of searching / unnecessary code by just making a small table in the readme for the main OSes supported in Rust (windows, macos, linux, wasm?).
Note this isn't a judgement on the quality of this project, so please realize I just want it to be more accessible to folks newer to using Rust for CLI development.
The text was updated successfully, but these errors were encountered:
It feels weird that I should need to implement a feature with my CLI application to display the path to the configuration file, when all I need to know is the default location for that file to delete it locally for testing. I get it, help oneself, but you could save a lot of people a lot of searching / unnecessary code by just making a small table in the readme for the main OSes supported in Rust (windows, macos, linux, wasm?).
Note this isn't a judgement on the quality of this project, so please realize I just want it to be more accessible to folks newer to using Rust for CLI development.
The text was updated successfully, but these errors were encountered: