From 3947e21211bcfbadbe803015b41278bb51c82fe6 Mon Sep 17 00:00:00 2001 From: panacotar Date: Fri, 19 Jun 2026 12:10:57 +0200 Subject: [PATCH] posh: add page (#22795) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta --- pages/common/posh.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/posh.md diff --git a/pages/common/posh.md b/pages/common/posh.md new file mode 100644 index 0000000000..051696a5af --- /dev/null +++ b/pages/common/posh.md @@ -0,0 +1,28 @@ +# posh + +> Gems documentation browser for Ruby developers. +> More information: . + +- Download documentation to your machine (run inside a Ruby project) and print full sync report: + +`posh sync --full` + +- Start the interactive documentation browser for the current project: + +`posh` + +- Clear all docsets from your machine: + +`posh clear` + +- Generate the autocompletion script for your shell: + +`posh completion {{bash|fish|powershell|zsh}}` + +- Display help: + +`posh {{[-h|--help]}}` + +- Display help for a specific subcommand: + +`posh {{subcommand}} {{[-h|--help]}}`