We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf0cdf commit 4a62c0eCopy full SHA for 4a62c0e
src/verify.cpp
@@ -66,12 +66,6 @@ int init_arguments(int argc, char *const argv[]) {
66
exit(1);
67
}
68
69
- if (optind == argc) {
70
- fprintf(stderr, "%s: Must provide a token as a requirement\n", argv[0]);
71
- fprintf(stderr, usage, argv[0]);
72
- exit(1);
73
- }
74
-
75
if ((!g_cred.empty() || !g_issuer.empty() || !g_keyid.empty()) &&
76
(g_cred.empty() || g_issuer.empty() || g_keyid.empty())) {
77
fprintf(stderr,
0 commit comments