From 5c0b3a992ef34453de9641dcc941da29814ec6c0 Mon Sep 17 00:00:00 2001 From: Sambhav Dixit <94298612+sambhavnoobcoder@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:55:38 +0530 Subject: [PATCH] add execute command updated docs for the execute command to the CLI --- docs/extensions-plugins/cli/commands.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/extensions-plugins/cli/commands.mdx b/docs/extensions-plugins/cli/commands.mdx index 4f2606623..583296df1 100644 --- a/docs/extensions-plugins/cli/commands.mdx +++ b/docs/extensions-plugins/cli/commands.mdx @@ -121,6 +121,14 @@ Creates a new asset from the clipboard content. The asset will automatically be ```bash pieces create ``` +### `execute` +Executes shell or bash assets. You can optionally specify the maximum number of assets to display. + +```bash +pieces execute [max_assets] +``` + +max_assets: (Optional) The maximum number of assets to display. Default is 10. ### `edit` Edits the name and classification of the current asset.