chezmoi
chezmoi copied to clipboard
feat: Add --prompt flag to init command
As suggested by @felipecrs in #2204.
Calling init with
--data=false
leads to B, so calling init with--prompt
may results in A...
Good question and thank you for the review! I believe that calling init with --prompt
always results in B. Note that the default value is only used when the user replies to the prompt with an empty string. However, I might have missed something...