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)_