From 94e8b7a438416dd239894a9ddf5a322f00343c6d Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:55:45 +0530 Subject: [PATCH] Changed NOTE - Removed Note implementation - Added the ```>``` version to address the note message from earlier . --- docs/extensions-plugins/cli/commands.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions-plugins/cli/commands.mdx b/docs/extensions-plugins/cli/commands.mdx index cba387687..f7df2667b 100644 --- a/docs/extensions-plugins/cli/commands.mdx +++ b/docs/extensions-plugins/cli/commands.mdx @@ -87,7 +87,7 @@ pieces open [ITEM_INDEX] [-e] ```pieces config editor ``` -#### NOTE : previous implementations of the open command are now deprecated. +> Previous implementations of the open command are now deprecated. ### `save` Saves changes to the current asset. You need to edit the snippet code that was opened via the `open` command and then save the changes using the save command.