From 44a7ec0d5d06817a399c3d8188cd0a2ef6002ef8 Mon Sep 17 00:00:00 2001 From: Kryptortio <25877290+Kryptortio@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:20:40 +0200 Subject: [PATCH] Update documentation cli.md (#1447) Update with new parameters (from --help command) --- docs/source/features/cli.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/features/cli.md b/docs/source/features/cli.md index 4acee3b32..b304a80b3 100644 --- a/docs/source/features/cli.md +++ b/docs/source/features/cli.md @@ -17,12 +17,15 @@ Options: instances. -g, --no-debug-output Disable just "debug" output. -n, --no-standard-output Completely disable stdout/stderr outputs. - -w, --no-web-engine Force usage of simpler text-based embedded web - browser. + -w, --lite Force lite variant of application. -t, --style Force some application style. -p, --adblock-port Use custom port for AdBlock server. It is highly recommended to use values higher than 1024. + -u, --user-agent User custom User-Agent HTTP header for all + network requests. + --threads Specify number of threads. Use --help to see + the maximum allowed number of threads. Arguments: urls List of URL addresses pointing to individual @@ -37,4 +40,4 @@ rssguard.exe "feed:https//archlinux.org/feeds/news" rssguard.exe "https://archlinux.org/feeds/news" ``` -In order to easily add the feed directly from your web browser of choice, without copying and pasting the URL manually, you have to open RSS Guard with feed URL passed as an argument. There are [browser extensions](https://addons.mozilla.org/en-US/firefox/addon/open-with/) which will allow you to do it. \ No newline at end of file +In order to easily add the feed directly from your web browser of choice, without copying and pasting the URL manually, you have to open RSS Guard with feed URL passed as an argument. There are [browser extensions](https://addons.mozilla.org/en-US/firefox/addon/open-with/) which will allow you to do it.