Chris@programming.devtoProgramming@programming.dev•In CLI design, how to ask the user for a nested structured input?English
181·
9 months agoJust pass in the name of a json file as a CLI input (or default the name and act on it if present or use it if indicated [e.g. /U == use json.config]).
deleted by creator