From bd464a08dee116c81f2e881d74545726ee7dad02 Mon Sep 17 00:00:00 2001 From: Steve Hetzel Date: Mon, 28 Oct 2024 21:52:48 -0600 Subject: [PATCH] fix: update readme --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/README.md b/README.md index 32a8833..8c001d2 100644 --- a/README.md +++ b/README.md @@ -61,43 +61,4 @@ sf plugins -- [`sf hello world`](#sf-hello-world) - -## `sf hello world` - -Say hello. - -``` -USAGE - $ sf hello world [--json] [--flags-dir ] [-n ] - -FLAGS - -n, --name= [default: World] The name of the person you'd like to say hello to. - -GLOBAL FLAGS - --flags-dir= Import flag values from a directory. - --json Format output as json. - -DESCRIPTION - Say hello. - - Say hello either to the world or someone you know. - -EXAMPLES - Say hello to the world: - - $ sf hello world - - Say hello to someone you know: - - $ sf hello world --name Astro - -FLAG DESCRIPTIONS - -n, --name= The name of the person you'd like to say hello to. - - This person can be anyone in the world! -``` - -_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-agent/blob/1.0.2/src/commands/hello/world.ts)_ -