FR: jj setup
command to prompt user for name/email/settings
#3597
Labels
enhancement
New feature or request
jj setup
command to prompt user for name/email/settings
#3597
Is your feature request related to a problem? Please describe.
When setting up jj, everyone must run
jj config set --user user.name ... && jj config set --user user.email ...
.Describe the solution you'd like
A command such as
jj setup
which asks the user for their name, email, and other relevant settings. This command can use the current values set in the config, as well as read from.gitconfig
for name/email to simplify setup.This could use https://github.com/mikaelmello/inquire
Example flow:
I can make a PR if this is approved.
The text was updated successfully, but these errors were encountered: