We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cargo run -- -- team-repo src/2024h2 --team-repo org
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.
mdbook-goals
cargo-add-person
Possible fix: Would it be possible to include that cargo-add-person command project ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hmm, I think what it expects is to run cargo run -- add-person in the team-repo. Seems like a simple bug.
cargo run -- add-person
Sorry, something went wrong.
No branches or pull requests
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:After that, however, it fails to run the following
It seems that the
mdbook-goals
subproject expects acargo-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!
The text was updated successfully, but these errors were encountered: