Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Usage: shellspec [options...] [files or directories...]
-P, --pattern PATTERN Load files matching pattern [default: "*_spec.sh"]
-E, --example PATTERN Run examples whose names include PATTERN
-T, --tag TAG[:VALUE] Run examples with the specified TAG
-D, --default-path PATH Set the default path where looks for examples [defualt: "spec"]
-D, --default-path PATH Set the default path where looks for examples [default: "spec"]

**** Coverage ****

Expand Down
2 changes: 1 addition & 1 deletion docs/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ When run <FUNCTION | COMMAND> [ARGUMENTS...]

This is primarily designed for external command calls.
The external command does not have to be a shell script.
Even shell scripts are processed as external commands (respect shebang), so it not covered by coverage.
Even shell scripts are executed as external commands according to the shebang, so they are not covered by coverage.

##### about calling shell function with run

Expand Down