Artifact
33d1c28172525faeab089a731a02eb26623c47dc:
- File
src/zip.c
-
2014-07-30 15:40:03
— part of check-in
[a426154b3e]
on branch verify-all-options
— Call verify_all_options() on most of fossil CLI commands.
- Skip all the test-* commands for now (may be unnecessary)
- Skip sha1sum, md5sum and artifact because they can take "-" as argument
and verify_all_options() would call fatal. Need to handle those
differently...
- Command with subcommands that have their options are remaining: branch,
bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki.
(not sure how to handle those yet..)
(user:
mgagnon
size: 12508)
-
2014-07-30 16:43:59
— part of check-in
[74ac0c925a]
on branch trunk
— For most commands, print an error if unknown command-line options are included
on the command-line.
(user:
drh
size: 12508)