From 45082d458758000366576a8ab83237f13d1783a5 Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 11 Jun 2024 18:11:35 +0900 Subject: [PATCH] docs(cli): update README with latest changes The CLI README has been updated to reflect the removal of the --forceShared flag from the available commands. Additionally, all references to the code have been updated from version 0.3.0 to version 0.4.0 to align with the current version of the application. --- packages/cli/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index b0af383..bdd06b8 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -45,7 +45,6 @@ ARGUMENTS NAME name of component to install FLAGS - -F, --forceShared override the existing shared.ts and update it to latest -c, --components= place for installation of components -f, --force override the existing file -p, --config= path to config @@ -58,7 +57,7 @@ EXAMPLES $ pswui add ``` -_See code: [packages/cli/src/commands/add.tsx](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/add.tsx)_ +_See code: [packages/cli/src/commands/add.tsx](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/add.tsx)_ ## `pswui help [COMMAND]` @@ -99,7 +98,7 @@ EXAMPLES $ pswui list ``` -_See code: [packages/cli/src/commands/list.ts](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/list.ts)_ +_See code: [packages/cli/src/commands/list.ts](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/list.ts)_ ## `pswui search` @@ -121,5 +120,5 @@ EXAMPLES $ pswui search ``` -_See code: [packages/cli/src/commands/search.tsx](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/search.tsx)_ +_See code: [packages/cli/src/commands/search.tsx](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/search.tsx)_