mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: fish: Mark up description.
* gnu/packages/shells.scm (fish)[description]: Use @command{}.
This commit is contained in:
parent
66e86f2681
commit
50786325cd
1 changed files with 4 additions and 4 deletions
|
@ -139,10 +139,10 @@ (define-public fish
|
||||||
discoverability, and friendliness. Fish has very user-friendly and powerful
|
discoverability, and friendliness. Fish has very user-friendly and powerful
|
||||||
tab-completion, including descriptions of every completion, completion of
|
tab-completion, including descriptions of every completion, completion of
|
||||||
strings with wildcards, and many completions for specific commands. It also
|
strings with wildcards, and many completions for specific commands. It also
|
||||||
has extensive and discoverable help. A special help command gives access to
|
has extensive and discoverable help. A special @command{help} command gives
|
||||||
all the fish documentation in your web browser. Other features include smart
|
access to all the fish documentation in your web browser. Other features
|
||||||
terminal handling based on terminfo, an easy to search history, and syntax
|
include smart terminal handling based on terminfo, an easy to search history,
|
||||||
highlighting.")
|
and syntax highlighting.")
|
||||||
(home-page "https://fishshell.com/")
|
(home-page "https://fishshell.com/")
|
||||||
(license gpl2)))
|
(license gpl2)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue