From cb76b08e31630d41c006323e8de211d7f14aaebd Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Sun, 22 Jun 2025 16:54:10 +0100 Subject: feat: Add /docs command and update UI (#1297) --- packages/cli/src/ui/components/Tips.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/cli/src/ui/components/Tips.tsx') diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 5d73bff1..fc10acaf 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -38,8 +38,7 @@ export const Tips: React.FC = ({ config }) => { /help {' '} - for more information. Full documentation can be found at - https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md. + for more information. ); -- cgit v1.2.3