chezmoi
chezmoi copied to clipboard
feat: Add --prompt flag to init command
Calling init with
--data=falseleads to B, so calling init with--promptmay 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...