Implement command line options #4
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: arc/libarc-validate#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
--version
: print version information.--help
: print usage information.--print-info
--print-information
: print information.--print-warnings
: print warnings.--print-success
: print successful tests.--print-failure
: print test failures.--print-stats
: print test statistics. SKIPPED.--verbose
: print everything-e
and--exclude <name>
: excludes execution of test<name>
.-i
and--include <name>
: includes execution of test<name>
, automatically excludes all non-specified tests.-l
and--list
: should print all available tests.Specifying both
--exclude
and--include
should issue a diagnostic and cause program failure.Passing a non-existing test name to--exclude
or--include
should issue a diagnostic and cause program failure.Specifying any non-option or an unrecognized option on the command line should issue a diagnostic and cause program failure.