chore: update CLI documentation link references

Bump CLI version.
This commit is contained in:
jamesgeorge007
2024-06-28 11:16:15 +05:30
parent 1d1462df69
commit 07e7180dc9
4 changed files with 4 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ const CLI_BEFORE_ALL_TXT = `hopp: The ${accent(
)}) ${chalk.black.bold.bgYellowBright(" ALPHA ")} \n`;
const CLI_AFTER_ALL_TXT = `\nFor more help, head on to ${accent(
"https://docs.hoppscotch.io/documentation/clients/cli"
"https://docs.hoppscotch.io/documentation/clients/cli/overview"
)}`;
const program = new Command();