function jj-init --description "Initialize a new jj repo with a colocated main workspace" if test -d main echo "error: main/ already exists in this directory" return 1 end jj git init main cd main end