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
I was proceeding the project1, and I found that below tests are passed without specifying clap's required flag, which validates arguments for subcommand
cli_invalid_get
cli_invalid_set
cli_invalid_rm
It would help reader if we could add validation for error outputs of these tests.
That requires dependencies to clap's message, so might be debatable.
The text was updated successfully, but these errors were encountered:
Hello everyone, thank you for great course.
I was proceeding the project1, and I found that below tests are passed without specifying clap's
required
flag, which validates arguments for subcommandIt would help reader if we could add validation for error outputs of these tests.
That requires dependencies to clap's message, so might be debatable.
The text was updated successfully, but these errors were encountered: