Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
docs(cli): add manual flag to man file
Browse files Browse the repository at this point in the history
  • Loading branch information
musikid committed Nov 5, 2021
1 parent feeb1db commit a552ef0
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions cli/extra/fancy.1.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,41 @@
% fancy(1) | Fancy CLI

NAME
====
# NAME

fancy - Fancy CLI

SYNOPSIS
========
# SYNOPSIS

`fancy get [speeds | temps | config]`

`fancy set [-f FAN_SPEED [FAN_SPEEDS ...] | -a] [-c CONFIGURATION]`

`fancy list [--recommended]`

DESCRIPTION
===========
# DESCRIPTION

fancy is the CLI of *fancy(7)*,
fancy is the CLI of _fancy(7)_,
a set of software which allows to control laptop fans.

OPTIONS
=======
# OPTIONS

#### SET

`-f, --fans-speeds FAN_SPEEDS...`

: Set fans speeds by percentage, between 0 and 100


`-c, --config CONFIGURATION`

: Set the configuration used by the daemon


`-a, --auto`
: Let the daemon automatically choose the speed, according to the temperature

`-m, --manual`
: Apply the defined target speeds while the temperature is not critical
(meaning when the computer starts to burn your legs).

#### GET

`fancy get speeds`
Expand All @@ -60,7 +58,6 @@ List all available configurations

: List only recommended configurations

BUGS
====
# BUGS

Bugs can be reported at https://github.com/MusiKid/fancy

0 comments on commit a552ef0

Please sign in to comment.