Skip to content

Commit

Permalink
GITBOOK-7176: CLI: test command help, fix Python example, remove curr…
Browse files Browse the repository at this point in the history
…ently for Go, fix punc for example
  • Loading branch information
awileysnyk authored and gitbook-bot committed May 23, 2024
1 parent 25998c7 commit b3e53e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/snyk-cli/commands/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Snyk uses Python in order to scan and find your dependencies. If you are using m

Default: `python` This executes your default python version. Run `python -V` to find out what your default version is.

Example: `snyk test--command=python3`
Example: `snyk test --command=python3`

### `--skip-unresolved=true|false`

Expand All @@ -440,7 +440,7 @@ For complete information about the command see [`--package-manager=<PACKAGE_MANA

## Options for Go projects

Currently the following options are not supported:
The following options are not supported:

`--fail-on=<all|upgradable|patchable>`

Expand Down Expand Up @@ -480,7 +480,7 @@ To see how confident Snyk is about the identified dependency and its version, us

### `-- [<CONTEXT-SPECIFIC_OPTIONS>]`

Use a double dash (`--`) after the complete Snyk command to pass additional options (arguments, flags) that follow directly to the build tool, for example Gradle or Maven.
Use a double dash (`--`) after the complete Snyk command to pass additional options (arguments, flags) that follow directly to the build tool, for example, Gradle or Maven.

The format is `snyk <command> -- [<context-specific_options>]`

Expand Down

0 comments on commit b3e53e2

Please sign in to comment.