Artifact
3e8098d39dba75656c9031977e1514190b61e6ff:
- File
src/rss.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: 11369)
-
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: 11369)