Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-person failed #131

Open
yijunyu opened this issue Aug 19, 2024 · 1 comment
Open

add-person failed #131

yijunyu opened this issue Aug 19, 2024 · 1 comment

Comments

@yijunyu
Copy link

yijunyu commented Aug 19, 2024

Background. I am trying to analysing the rust-project-goals using the i* requirements engineering approach.

Problem context.
While running cargo run -- -- team-repo src/2024h2 --team-repo org, it requires:

mkdir -p org/teams/people
touch -f org/teams/people/@hi-rustin.toml

After that, however, it fails to run the following

@hi-rustin [========================>                         ] 13/26
error: Found argument 'add-person' which wasn't expected, or isn't valid in this context

It seems that the mdbook-goals subproject expects a cargo-add-person command, but it is not included in this repository.

Possible fix:
Would it be possible to include that cargo-add-person command project ?

Thanks!

@nikomatsakis
Copy link
Contributor

Hmm, I think what it expects is to run cargo run -- add-person in the team-repo. Seems like a simple bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants