Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flexget: add page #15023

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

flexget: add page #15023

wants to merge 2 commits into from

Conversation

KamaleiZestri
Copy link

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@github-actions github-actions bot added the new command Issues requesting creation of a new page. label Dec 2, 2024
pages/common/flexget.md Outdated Show resolved Hide resolved
@spageektti
Copy link
Member

spageektti commented Dec 2, 2024

Hi. Thank you so much for your contribution!

Co-authored-by: Wiktor Perskawiec <[email protected]>

- Start Flexget daemon and daemonize the process:

`flexget daemon start -d`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use long options: https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#option-syntax

For user-friendliness, use GNU-style long options [...]

https://flexget.com/CLI/daemon

-d, --daemonize Causes process to daemonize after starting

Suggested change
`flexget daemon start -d`
`flexget daemon start --daemonize`


`flexget execute --now`

- Start Flexget daemon and daemonize the process:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Start Flexget daemon and daemonize the process:
- Start the Flexget daemon and daemonize its process:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants