You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the addition of workspaces into Nargo, we need to start requiring package names for crates. This allows users to run commands in a specific crate using the --package flag.
Happy Case
All packages will have a name so all commands can eventually have a --package flag
Alternatives Considered
No response
Additional Context
I noticed that some tests have invalid names, so we need to move that to an optional description field, which we can do at the same time.
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
With the addition of workspaces into Nargo, we need to start requiring package names for crates. This allows users to run commands in a specific crate using the
--package
flag.Happy Case
All packages will have a name so all commands can eventually have a
--package
flagAlternatives Considered
No response
Additional Context
I noticed that some tests have invalid names, so we need to move that to an optional
description
field, which we can do at the same time.Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: