From b4c61fa122aa94641b016cbf3d791b869c757770 Mon Sep 17 00:00:00 2001 From: Alice Pote Date: Thu, 29 Feb 2024 13:59:00 -0500 Subject: [PATCH] docs(cli): add documentation of `version` aliases Related to https://github.com/ionic-team/stencil/pull/5425 STENCIL-997 --- docs/config/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/cli.md b/docs/config/cli.md index 514b8424d..fe97f4ed0 100644 --- a/docs/config/cli.md +++ b/docs/config/cli.md @@ -102,6 +102,6 @@ Tests a Stencil project. The flags below are the available options for the `test ## `stencil version` -Alias: `stencil -v` +Aliases: `stencil -v`, `stencil --version` Prints the version of Stencil to the terminal.